Html Css Color HEX #D37B0C Ochre

📋 copy color: '#D37B0C'

red 211 ◦ green 123 ◦ blue 12

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

Shades of Ochre #D37B0C

Tints of Ochre #D37B0C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.55%

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

R = 60.98%
G = 35.55%
B = 3.47%

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

#D37B0C (or 0xD37B0C) is known color: Ochre. HEX triplet: D3, 7B and 0C. RGB value is (211,123,12). Sum of RGB (Red+Green+Blue) = 211+123+12=346 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.98% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 211 - color contains mainly: red. Hex color #D37B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37B0C is #2C84F3. Grayscale: #898989. Windows color (decimal): -2917620 or 818131. OLE color: 818131.

HSL color Cylindrical-coordinate representation of color #D37B0C: hue angle of 33.47º 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 #D37B0C is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 123 12 -
CMYK 0 0.42 0.94 0.17
HSL 33.47º 0.89% 0.44% -
HSV(B) 33.47º 0.94% 0.83% -
XYZ 34.01 28.04 3.97 -
YUV 136.66 57.65 181.03 -
System Red Green Blue C M Y K H S L
Decimal 211 123 12 0 0.42 0.94 0.17 33.47 0.89 0.44
Hex D3 7B C 0 2A 5E 11 21 59 2C
Octal 323 173 14 0 52 136 21 41 131 54
Binary 11010011 1111011 1100 0 101010 1011110 10001 100001 1011001 101100

Color Harmonies of #D37B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37B0C

Black with #D37B0C

Text Example


Text Example

White with #D37B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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