Html Css Color HEX #D07815 Ochre

📋 copy color: '#D07815'

red 208 ◦ green 120 ◦ blue 21

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

Shades of Ochre #D07815

Tints of Ochre #D07815

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.38%

 BLUE value IS 21 (8.59% from 255) = 6.02%

R = 59.6%
G = 34.38%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D07815 (or 0xD07815) is known color: Ochre. HEX triplet: D0, 78 and 15. RGB value is (208,120,21). Sum of RGB (Red+Green+Blue) = 208+120+21=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 21 (8.59% from 255 or 6.02% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D07815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07815 is #2F87EA. Grayscale: #878787. Windows color (decimal): -3114987 or 1407184. OLE color: 1407184.

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

Color convert

RGB 208 120 21 -
CMYK 0 0.42 0.90 0.18
HSL 31.76º 0.82% 0.45% -
HSV(B) 31.76º 0.9% 0.82% -
XYZ 32.86 26.9 4.17 -
YUV 135.03 63.65 180.05 -
System Red Green Blue C M Y K H S L
Decimal 208 120 21 0 0.42 0.90 0.18 31.76 0.82 0.45
Hex D0 78 15 0 2A 5A 12 20 52 2D
Octal 320 170 25 0 52 132 22 40 122 55
Binary 11010000 1111000 10101 0 101010 1011010 10010 100000 1010010 101101

Color Harmonies of #D07815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07815

Black with #D07815

Text Example


Text Example

White with #D07815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07815; }

 p { color: rgb(208,120,21); }

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

background-color css

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

 a { background-color: rgb(208,120,21); }

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

border-color css

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

 span { border-color: rgb(208,120,21); }

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