Html Css Color HEX #D37B10 Ochre

📋 copy color: '#D37B10'

red 211 ◦ green 123 ◦ blue 16

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

Shades of Ochre #D37B10

Tints of Ochre #D37B10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.57%

R = 60.29%
G = 35.14%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D37B10 (or 0xD37B10) is known color: Ochre. HEX triplet: D3, 7B and 10. RGB value is (211,123,16). Sum of RGB (Red+Green+Blue) = 211+123+16=350 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.29% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 211 - color contains mainly: red. Hex color #D37B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37B10 is #2C84EF. Grayscale: #898989. Windows color (decimal): -2917616 or 1080275. OLE color: 1080275.

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

Color convert

RGB 211 123 16 -
CMYK 0 0.42 0.92 0.17
HSL 32.92º 0.86% 0.45% -
HSV(B) 32.92º 0.92% 0.83% -
XYZ 34.04 28.05 4.11 -
YUV 137.11 59.65 180.7 -
System Red Green Blue C M Y K H S L
Decimal 211 123 16 0 0.42 0.92 0.17 32.92 0.86 0.45
Hex D3 7B 10 0 2A 5C 11 21 56 2D
Octal 323 173 20 0 52 134 21 41 126 55
Binary 11010011 1111011 10000 0 101010 1011100 10001 100001 1010110 101101

Color Harmonies of #D37B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37B10

Black with #D37B10

Text Example


Text Example

White with #D37B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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