Html Css Color HEX #D07222 Ochre

📋 copy color: '#D07222'

red 208 ◦ green 114 ◦ blue 34

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

Shades of Ochre #D07222

Tints of Ochre #D07222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.55%

R = 58.43%
G = 32.02%
B = 9.55%

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

#D07222 (or 0xD07222) is known color: Ochre. HEX triplet: D0, 72 and 22. RGB value is (208,114,34). Sum of RGB (Red+Green+Blue) = 208+114+34=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 34 (13.67% from 255 or 9.55% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D07222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07222 is #2F8DDD. Grayscale: #858585. Windows color (decimal): -3116510 or 2257616. OLE color: 2257616.

HSL color Cylindrical-coordinate representation of color #D07222: hue angle of 27.59º degrees, saturation: 0.72, 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 #D07222 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 114 34 -
CMYK 0 0.45 0.84 0.18
HSL 27.59º 0.72% 0.47% -
HSV(B) 27.59º 0.84% 0.82% -
XYZ 32.32 25.56 4.74 -
YUV 132.99 72.14 181.5 -
System Red Green Blue C M Y K H S L
Decimal 208 114 34 0 0.45 0.84 0.18 27.59 0.72 0.47
Hex D0 72 22 0 2D 54 12 1C 48 2F
Octal 320 162 42 0 55 124 22 34 110 57
Binary 11010000 1110010 100010 0 101101 1010100 10010 11100 1001000 101111

Color Harmonies of #D07222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07222

Black with #D07222

Text Example


Text Example

White with #D07222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07222; }

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

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

background-color css

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

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

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

border-color css

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

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

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