Html Css Color HEX #D07720 Ochre

📋 copy color: '#D07720'

red 208 ◦ green 119 ◦ blue 32

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

Shades of Ochre #D07720

Tints of Ochre #D07720

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.15%

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

R = 57.94%
G = 33.15%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D07720 (or 0xD07720) is known color: Ochre. HEX triplet: D0, 77 and 20. RGB value is (208,119,32). Sum of RGB (Red+Green+Blue) = 208+119+32=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 32 (12.89% from 255 or 8.91% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D07720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07720 is #2F88DF. Grayscale: #888888. Windows color (decimal): -3115232 or 2127824. OLE color: 2127824.

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

Color convert

RGB 208 119 32 -
CMYK 0 0.43 0.85 0.18
HSL 29.66º 0.73% 0.47% -
HSV(B) 29.66º 0.85% 0.82% -
XYZ 32.87 26.71 4.79 -
YUV 135.69 69.49 179.57 -
System Red Green Blue C M Y K H S L
Decimal 208 119 32 0 0.43 0.85 0.18 29.66 0.73 0.47
Hex D0 77 20 0 2B 55 12 1E 49 2F
Octal 320 167 40 0 53 125 22 36 111 57
Binary 11010000 1110111 100000 0 101011 1010101 10010 11110 1001001 101111

Color Harmonies of #D07720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07720

Black with #D07720

Text Example


Text Example

White with #D07720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07720; }

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

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

background-color css

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

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

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

border-color css

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

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

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