Html Css Color HEX #D07A22 Ochre

📋 copy color: '#D07A22'

red 208 ◦ green 122 ◦ blue 34

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

Shades of Ochre #D07A22

Tints of Ochre #D07A22

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.52%

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

R = 57.14%
G = 33.52%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D07A22 (or 0xD07A22) is known color: Ochre. HEX triplet: D0, 7A and 22. RGB value is (208,122,34). Sum of RGB (Red+Green+Blue) = 208+122+34=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 34 (13.67% from 255 or 9.34% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07A22 is #2F85DD. Grayscale: #8A8A8A. Windows color (decimal): -3114462 or 2259664. OLE color: 2259664.

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

Color convert

RGB 208 122 34 -
CMYK 0 0.41 0.84 0.18
HSL 30.34º 0.72% 0.47% -
HSV(B) 30.34º 0.84% 0.82% -
XYZ 33.26 27.44 5.06 -
YUV 137.68 69.49 178.16 -
System Red Green Blue C M Y K H S L
Decimal 208 122 34 0 0.41 0.84 0.18 30.34 0.72 0.47
Hex D0 7A 22 0 29 54 12 1E 48 2F
Octal 320 172 42 0 51 124 22 36 110 57
Binary 11010000 1111010 100010 0 101001 1010100 10010 11110 1001000 101111

Color Harmonies of #D07A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07A22

Black with #D07A22

Text Example


Text Example

White with #D07A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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