Html Css Color HEX #D07122 Ochre

📋 copy color: '#D07122'

red 208 ◦ green 113 ◦ blue 34

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

Shades of Ochre #D07122

Tints of Ochre #D07122

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.83%

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

R = 58.59%
G = 31.83%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D07122 (or 0xD07122) is known color: Ochre. HEX triplet: D0, 71 and 22. RGB value is (208,113,34). Sum of RGB (Red+Green+Blue) = 208+113+34=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 34 (13.67% from 255 or 9.58% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D07122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07122 is #2F8EDD. Grayscale: #848484. Windows color (decimal): -3116766 or 2257360. OLE color: 2257360.

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

Color convert

RGB 208 113 34 -
CMYK 0 0.46 0.84 0.18
HSL 27.24º 0.72% 0.47% -
HSV(B) 27.24º 0.84% 0.82% -
XYZ 32.21 25.34 4.71 -
YUV 132.4 72.47 181.92 -
System Red Green Blue C M Y K H S L
Decimal 208 113 34 0 0.46 0.84 0.18 27.24 0.72 0.47
Hex D0 71 22 0 2E 54 12 1B 48 2F
Octal 320 161 42 0 56 124 22 33 110 57
Binary 11010000 1110001 100010 0 101110 1010100 10010 11011 1001000 101111

Color Harmonies of #D07122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07122

Black with #D07122

Text Example


Text Example

White with #D07122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07122; }

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

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

background-color css

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

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

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

border-color css

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

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

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