Html Css Color HEX #D27712 Ochre

📋 copy color: '#D27712'

red 210 ◦ green 119 ◦ blue 18

#D27712
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #D27712

Tints of Ochre #D27712

RGB

 RED value IS 210 (82.42% from 255) = 60.52%

 GREEN value IS 119 (46.88% from 255) = 34.29%

 BLUE value IS 18 (7.42% from 255) = 5.19%

R = 60.52%
G = 34.29%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D27712 (or 0xD27712) is known color: Ochre. HEX triplet: D2, 77 and 12. RGB value is (210,119,18). Sum of RGB (Red+Green+Blue) = 210+119+18=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 18 (7.42% from 255 or 5.19% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D27712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27712 is #2D88ED. Grayscale: #878787. Windows color (decimal): -2984174 or 1210322. OLE color: 1210322.

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

Color convert

RGB 210 119 18 -
CMYK 0 0.43 0.91 0.18
HSL 31.56º 0.84% 0.45% -
HSV(B) 31.56º 0.91% 0.82% -
XYZ 33.28 26.94 4.02 -
YUV 134.7 62.15 181.71 -
System Red Green Blue C M Y K H S L
Decimal 210 119 18 0 0.43 0.91 0.18 31.56 0.84 0.45
Hex D2 77 12 0 2B 5B 12 20 54 2D
Octal 322 167 22 0 53 133 22 40 124 55
Binary 11010010 1110111 10010 0 101011 1011011 10010 100000 1010100 101101

Color Harmonies of #D27712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27712

Black with #D27712

Text Example


Text Example

White with #D27712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27712; }

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

 H1.HeaderClassName
 {
   color: #D27712;
 }
 .AnyTagClassName
 {
   color: #D27712;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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