Html Css Color HEX #D07F22 Ochre

📋 copy color: '#D07F22'

red 208 ◦ green 127 ◦ blue 34

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

Shades of Ochre #D07F22

Tints of Ochre #D07F22

RGB

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

 GREEN value IS 127 (50% from 255) = 34.42%

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

R = 56.37%
G = 34.42%
B = 9.21%

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

#D07F22 (or 0xD07F22) is known color: Ochre. HEX triplet: D0, 7F and 22. RGB value is (208,127,34). Sum of RGB (Red+Green+Blue) = 208+127+34=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 34 (13.67% from 255 or 9.21% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07F22 is #2F80DD. Grayscale: #8D8D8D. Windows color (decimal): -3113182 or 2260944. OLE color: 2260944.

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

Color convert

RGB 208 127 34 -
CMYK 0 0.39 0.84 0.18
HSL 32.07º 0.72% 0.47% -
HSV(B) 32.07º 0.84% 0.82% -
XYZ 33.89 28.7 5.27 -
YUV 140.62 67.84 176.06 -
System Red Green Blue C M Y K H S L
Decimal 208 127 34 0 0.39 0.84 0.18 32.07 0.72 0.47
Hex D0 7F 22 0 27 54 12 20 48 2F
Octal 320 177 42 0 47 124 22 40 110 57
Binary 11010000 1111111 100010 0 100111 1010100 10010 100000 1001000 101111

Color Harmonies of #D07F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07F22

Black with #D07F22

Text Example


Text Example

White with #D07F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07F22; }

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

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

background-color css

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

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

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

border-color css

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

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

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