Html Css Color HEX #D07220 Ochre

📋 copy color: '#D07220'

red 208 ◦ green 114 ◦ blue 32

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

Shades of Ochre #D07220

Tints of Ochre #D07220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.04%

R = 58.76%
G = 32.2%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D07220 (or 0xD07220) is known color: Ochre. HEX triplet: D0, 72 and 20. RGB value is (208,114,32). Sum of RGB (Red+Green+Blue) = 208+114+32=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 32 (12.89% from 255 or 9.04% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D07220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07220 is #2F8DDF. Grayscale: #858585. Windows color (decimal): -3116512 or 2126544. OLE color: 2126544.

HSL color Cylindrical-coordinate representation of color #D07220: hue angle of 27.95º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D07220 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 114 32 -
CMYK 0 0.45 0.85 0.18
HSL 27.95º 0.73% 0.47% -
HSV(B) 27.95º 0.85% 0.82% -
XYZ 32.29 25.55 4.6 -
YUV 132.76 71.14 181.67 -
System Red Green Blue C M Y K H S L
Decimal 208 114 32 0 0.45 0.85 0.18 27.95 0.73 0.47
Hex D0 72 20 0 2D 55 12 1C 49 2F
Octal 320 162 40 0 55 125 22 34 111 57
Binary 11010000 1110010 100000 0 101101 1010101 10010 11100 1001001 101111

Color Harmonies of #D07220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07220

Black with #D07220

Text Example


Text Example

White with #D07220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07220; }

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

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

background-color css

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

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

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

border-color css

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

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

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