Html Css Color HEX #D37721 Ochre

📋 copy color: '#D37721'

red 211 ◦ green 119 ◦ blue 33

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

Shades of Ochre #D37721

Tints of Ochre #D37721

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.78%

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

R = 58.13%
G = 32.78%
B = 9.09%

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

#D37721 (or 0xD37721) is known color: Ochre. HEX triplet: D3, 77 and 21. RGB value is (211,119,33). Sum of RGB (Red+Green+Blue) = 211+119+33=363 (48% of max value = 765). Red value is 211 (82.81% from 255 or 58.13% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 33 (13.28% from 255 or 9.09% from 363); Max value from RGB is 211 - color contains mainly: red. Hex color #D37721 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37721 is #2C88DE. Grayscale: #898989. Windows color (decimal): -2918623 or 2193363. OLE color: 2193363.

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

Color convert

RGB 211 119 33 -
CMYK 0 0.44 0.84 0.17
HSL 28.99º 0.73% 0.48% -
HSV(B) 28.99º 0.84% 0.83% -
XYZ 33.74 27.15 4.9 -
YUV 136.7 69.48 180.99 -
System Red Green Blue C M Y K H S L
Decimal 211 119 33 0 0.44 0.84 0.17 28.99 0.73 0.48
Hex D3 77 21 0 2C 54 11 1D 49 30
Octal 323 167 41 0 54 124 21 35 111 60
Binary 11010011 1110111 100001 0 101100 1010100 10001 11101 1001001 110000

Color Harmonies of #D37721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37721

Black with #D37721

Text Example


Text Example

White with #D37721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37721; }

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

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

background-color css

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

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

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

border-color css

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

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

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