Html Css Color HEX #D07027 Ochre

📋 copy color: '#D07027'

red 208 ◦ green 112 ◦ blue 39

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

Shades of Ochre #D07027

Tints of Ochre #D07027

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.2%

 BLUE value IS 39 (15.63% from 255) = 10.86%

R = 57.94%
G = 31.2%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D07027 (or 0xD07027) is known color: Ochre. HEX triplet: D0, 70 and 27. RGB value is (208,112,39). Sum of RGB (Red+Green+Blue) = 208+112+39=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D07027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07027 is #2F8FD8. Grayscale: #848484. Windows color (decimal): -3117017 or 2584784. OLE color: 2584784.

HSL color Cylindrical-coordinate representation of color #D07027: hue angle of 25.92º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D07027 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 112 39 -
CMYK 0 0.46 0.81 0.18
HSL 25.92º 0.68% 0.48% -
HSV(B) 25.92º 0.81% 0.82% -
XYZ 32.17 25.14 5.08 -
YUV 132.38 75.3 181.94 -
System Red Green Blue C M Y K H S L
Decimal 208 112 39 0 0.46 0.81 0.18 25.92 0.68 0.48
Hex D0 70 27 0 2E 51 12 1A 44 30
Octal 320 160 47 0 56 121 22 32 104 60
Binary 11010000 1110000 100111 0 101110 1010001 10010 11010 1000100 110000

Color Harmonies of #D07027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07027

Black with #D07027

Text Example


Text Example

White with #D07027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07027; }

 p { color: rgb(208,112,39); }

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

background-color css

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

 a { background-color: rgb(208,112,39); }

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

border-color css

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

 span { border-color: rgb(208,112,39); }

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