Html Css Color HEX #D07221 Ochre

📋 copy color: '#D07221'

red 208 ◦ green 114 ◦ blue 33

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

Shades of Ochre #D07221

Tints of Ochre #D07221

RGB

 RED value IS 208 (81.64% from 255) = 58.59%

 GREEN value IS 114 (44.92% from 255) = 32.11%

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

R = 58.59%
G = 32.11%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D07221 (or 0xD07221) is known color: Ochre. HEX triplet: D0, 72 and 21. RGB value is (208,114,33). Sum of RGB (Red+Green+Blue) = 208+114+33=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D07221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07221 is #2F8DDE. Grayscale: #858585. Windows color (decimal): -3116511 or 2192080. OLE color: 2192080.

HSL color Cylindrical-coordinate representation of color #D07221: hue angle of 27.77º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D07221 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 114 33 -
CMYK 0 0.45 0.84 0.18
HSL 27.77º 0.73% 0.47% -
HSV(B) 27.77º 0.84% 0.82% -
XYZ 32.3 25.55 4.67 -
YUV 132.87 71.64 181.59 -
System Red Green Blue C M Y K H S L
Decimal 208 114 33 0 0.45 0.84 0.18 27.77 0.73 0.47
Hex D0 72 21 0 2D 54 12 1C 49 2F
Octal 320 162 41 0 55 124 22 34 111 57
Binary 11010000 1110010 100001 0 101101 1010100 10010 11100 1001001 101111

Color Harmonies of #D07221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07221

Black with #D07221

Text Example


Text Example

White with #D07221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07221; }

 p { color: rgb(208,114,33); }

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

background-color css

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

 a { background-color: rgb(208,114,33); }

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

border-color css

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

 span { border-color: rgb(208,114,33); }

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