Html Css Color HEX #D37712 Ochre

📋 copy color: '#D37712'

red 211 ◦ green 119 ◦ blue 18

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

Shades of Ochre #D37712

Tints of Ochre #D37712

RGB

 RED value IS 211 (82.81% from 255) = 60.63%

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

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

R = 60.63%
G = 34.2%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D37712 (or 0xD37712) is known color: Ochre. HEX triplet: D3, 77 and 12. RGB value is (211,119,18). Sum of RGB (Red+Green+Blue) = 211+119+18=348 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.63% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 18 (7.42% from 255 or 5.17% from 348); Max value from RGB is 211 - color contains mainly: red. Hex color #D37712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37712 is #2C88ED. Grayscale: #878787. Windows color (decimal): -2918638 or 1210323. OLE color: 1210323.

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

Color convert

RGB 211 119 18 -
CMYK 0 0.44 0.91 0.17
HSL 31.4º 0.84% 0.45% -
HSV(B) 31.4º 0.91% 0.83% -
XYZ 33.57 27.09 4.03 -
YUV 134.99 61.98 182.21 -
System Red Green Blue C M Y K H S L
Decimal 211 119 18 0 0.44 0.91 0.17 31.4 0.84 0.45
Hex D3 77 12 0 2C 5B 11 1F 54 2D
Octal 323 167 22 0 54 133 21 37 124 55
Binary 11010011 1110111 10010 0 101100 1011011 10001 11111 1010100 101101

Color Harmonies of #D37712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37712

Black with #D37712

Text Example


Text Example

White with #D37712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37712; }

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

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

background-color css

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

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

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

border-color css

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

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

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