#D2771C

Color #D2771C Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #D2771C

Tints of Ochre #D2771C

Color information

#D2771C (or 0xD2771C) is unknown color: approx Ochre. HEX triplet: D2, 77 and 1C. RGB value is (210,119,28). Sum of RGB (Red+Green+Blue) = 210+119+28=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 28 (11.33% from 255 or 7.84% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D2771C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2771C is #2D88E3. Grayscale: #888888. Windows color (decimal): -2984164 or 1865682. OLE color: 1865682.

HSL color Cylindrical-coordinate representation of color #D2771C: hue angle of 30º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2771C is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB21011928-
CMYK00.430.870.18
HSL30º76.47%46.67%-
HSV(B)30º86.67%82.35%-
XYZ33.3826.984.55-
YUV135.8467.15180.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 58.82%
GREEN value IS 119 (46.88% from 255) = 33.33%
BLUE value IS 28 (11.33% from 255) = 7.84%
R=58.82%
G=33.33%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101192800.430.870.183076.4746.67
HexD2771C02B57121e4c2f
Octal32216734053127223611457
Binary110100101110111111000101011101011110010111101001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2771C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2771C; }

 p { color: rgb(210,119,28); }

 H1.HeaderClassName
 {
   color: #D2771C;
 }
 .AnyTagClassName
 {
   color: #D2771C;
 }
</style>
background-color css

<style>
 a { background-color: #D2771C; }

 a { background-color: rgb(210,119,28); }

 div.DivClassName
 {
   background-color: #D2771C;
 }
 .BgClassName
 {
   background-color: #D2771C;
 }
</style>
border-color css

<style>
 span { border-color: #D2771C; }

 span { border-color: rgb(210,119,28); }

 td.TdClassName
 {
   border-color: #D2771C;
 }
 .TagClassName
 {
   border-color: #D2771C;
 }
</style>