Html Css Color HEX #D37A0C Ochre

📋 copy color: '#D37A0C'

red 211 ◦ green 122 ◦ blue 12

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

Shades of Ochre #D37A0C

Tints of Ochre #D37A0C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.36%

 BLUE value IS 12 (5.08% from 255) = 3.48%

R = 61.16%
G = 35.36%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D37A0C (or 0xD37A0C) is known color: Ochre. HEX triplet: D3, 7A and 0C. RGB value is (211,122,12). Sum of RGB (Red+Green+Blue) = 211+122+12=345 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.16% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 211 - color contains mainly: red. Hex color #D37A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37A0C is #2C85F3. Grayscale: #888888. Windows color (decimal): -2917876 or 817875. OLE color: 817875.

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

Color convert

RGB 211 122 12 -
CMYK 0 0.42 0.94 0.17
HSL 33.17º 0.89% 0.44% -
HSV(B) 33.17º 0.94% 0.83% -
XYZ 33.89 27.79 3.93 -
YUV 136.07 57.99 181.44 -
System Red Green Blue C M Y K H S L
Decimal 211 122 12 0 0.42 0.94 0.17 33.17 0.89 0.44
Hex D3 7A C 0 2A 5E 11 21 59 2C
Octal 323 172 14 0 52 136 21 41 131 54
Binary 11010011 1111010 1100 0 101010 1011110 10001 100001 1011001 101100

Color Harmonies of #D37A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37A0C

Black with #D37A0C

Text Example


Text Example

White with #D37A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37A0C; }

 p { color: rgb(211,122,12); }

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

background-color css

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

 a { background-color: rgb(211,122,12); }

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

border-color css

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

 span { border-color: rgb(211,122,12); }

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