Html Css Color HEX #D07E22 Ochre

📋 copy color: '#D07E22'

red 208 ◦ green 126 ◦ blue 34

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

Shades of Ochre #D07E22

Tints of Ochre #D07E22

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.24%

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

R = 56.52%
G = 34.24%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D07E22 (or 0xD07E22) is known color: Ochre. HEX triplet: D0, 7E and 22. RGB value is (208,126,34). Sum of RGB (Red+Green+Blue) = 208+126+34=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 34 (13.67% from 255 or 9.24% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07E22 is #2F81DD. Grayscale: #8C8C8C. Windows color (decimal): -3113438 or 2260688. OLE color: 2260688.

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

Color convert

RGB 208 126 34 -
CMYK 0 0.39 0.84 0.18
HSL 31.72º 0.72% 0.47% -
HSV(B) 31.72º 0.84% 0.82% -
XYZ 33.76 28.45 5.22 -
YUV 140.03 68.17 176.48 -
System Red Green Blue C M Y K H S L
Decimal 208 126 34 0 0.39 0.84 0.18 31.72 0.72 0.47
Hex D0 7E 22 0 27 54 12 20 48 2F
Octal 320 176 42 0 47 124 22 40 110 57
Binary 11010000 1111110 100010 0 100111 1010100 10010 100000 1001000 101111

Color Harmonies of #D07E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E22

Black with #D07E22

Text Example


Text Example

White with #D07E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E22; }

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

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

background-color css

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

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

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

border-color css

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

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

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