Html Css Color HEX #D37621 Ochre

📋 copy color: '#D37621'

red 211 ◦ green 118 ◦ blue 33

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

Shades of Ochre #D37621

Tints of Ochre #D37621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.12%

R = 58.29%
G = 32.6%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D37621 (or 0xD37621) is known color: Ochre. HEX triplet: D3, 76 and 21. RGB value is (211,118,33). Sum of RGB (Red+Green+Blue) = 211+118+33=362 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.29% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 33 (13.28% from 255 or 9.12% from 362); Max value from RGB is 211 - color contains mainly: red. Hex color #D37621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37621 is #2C89DE. Grayscale: #888888. Windows color (decimal): -2918879 or 2193107. OLE color: 2193107.

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

Color convert

RGB 211 118 33 -
CMYK 0 0.44 0.84 0.17
HSL 28.65º 0.73% 0.48% -
HSV(B) 28.65º 0.84% 0.83% -
XYZ 33.62 26.92 4.86 -
YUV 136.12 69.81 181.41 -
System Red Green Blue C M Y K H S L
Decimal 211 118 33 0 0.44 0.84 0.17 28.65 0.73 0.48
Hex D3 76 21 0 2C 54 11 1D 49 30
Octal 323 166 41 0 54 124 21 35 111 60
Binary 11010011 1110110 100001 0 101100 1010100 10001 11101 1001001 110000

Color Harmonies of #D37621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37621

Black with #D37621

Text Example


Text Example

White with #D37621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37621; }

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

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

background-color css

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

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

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

border-color css

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

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

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