Html Css Color HEX #D37617 Ochre

📋 copy color: '#D37617'

red 211 ◦ green 118 ◦ blue 23

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

Shades of Ochre #D37617

Tints of Ochre #D37617

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.52%

 BLUE value IS 23 (9.38% from 255) = 6.53%

R = 59.94%
G = 33.52%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D37617 (or 0xD37617) is known color: Ochre. HEX triplet: D3, 76 and 17. RGB value is (211,118,23). Sum of RGB (Red+Green+Blue) = 211+118+23=352 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.94% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 23 (9.38% from 255 or 6.53% from 352); Max value from RGB is 211 - color contains mainly: red. Hex color #D37617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37617 is #2C89E8. Grayscale: #878787. Windows color (decimal): -2918889 or 1537747. OLE color: 1537747.

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

Color convert

RGB 211 118 23 -
CMYK 0 0.44 0.89 0.17
HSL 30.32º 0.8% 0.46% -
HSV(B) 30.32º 0.89% 0.83% -
XYZ 33.5 26.87 4.23 -
YUV 134.98 64.81 182.22 -
System Red Green Blue C M Y K H S L
Decimal 211 118 23 0 0.44 0.89 0.17 30.32 0.8 0.46
Hex D3 76 17 0 2C 59 11 1E 50 2E
Octal 323 166 27 0 54 131 21 36 120 56
Binary 11010011 1110110 10111 0 101100 1011001 10001 11110 1010000 101110

Color Harmonies of #D37617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37617

Black with #D37617

Text Example


Text Example

White with #D37617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37617; }

 p { color: rgb(211,118,23); }

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

background-color css

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

 a { background-color: rgb(211,118,23); }

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

border-color css

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

 span { border-color: rgb(211,118,23); }

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