Html Css Color HEX #D07120 Ochre

📋 copy color: '#D07120'

red 208 ◦ green 113 ◦ blue 32

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

Shades of Ochre #D07120

Tints of Ochre #D07120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.01%

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

R = 58.92%
G = 32.01%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D07120 (or 0xD07120) is known color: Ochre. HEX triplet: D0, 71 and 20. RGB value is (208,113,32). Sum of RGB (Red+Green+Blue) = 208+113+32=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 32 (12.89% from 255 or 9.07% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D07120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07120 is #2F8EDF. Grayscale: #848484. Windows color (decimal): -3116768 or 2126288. OLE color: 2126288.

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

Color convert

RGB 208 113 32 -
CMYK 0 0.46 0.85 0.18
HSL 27.61º 0.73% 0.47% -
HSV(B) 27.61º 0.85% 0.82% -
XYZ 32.18 25.32 4.56 -
YUV 132.17 71.47 182.09 -
System Red Green Blue C M Y K H S L
Decimal 208 113 32 0 0.46 0.85 0.18 27.61 0.73 0.47
Hex D0 71 20 0 2E 55 12 1C 49 2F
Octal 320 161 40 0 56 125 22 34 111 57
Binary 11010000 1110001 100000 0 101110 1010101 10010 11100 1001001 101111

Color Harmonies of #D07120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07120

Black with #D07120

Text Example


Text Example

White with #D07120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07120; }

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

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

background-color css

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

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

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

border-color css

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

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

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