Html Css Color HEX #D08615 Ochre

📋 copy color: '#D08615'

red 208 ◦ green 134 ◦ blue 21

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

Shades of Ochre #D08615

Tints of Ochre #D08615

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.91%

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

R = 57.3%
G = 36.91%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D08615 (or 0xD08615) is known color: Ochre. HEX triplet: D0, 86 and 15. RGB value is (208,134,21). Sum of RGB (Red+Green+Blue) = 208+134+21=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 21 (8.59% from 255 or 5.79% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D08615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08615 is #2F79EA. Grayscale: #8F8F8F. Windows color (decimal): -3111403 or 1410768. OLE color: 1410768.

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

Color convert

RGB 208 134 21 -
CMYK 0 0.36 0.90 0.18
HSL 36.26º 0.82% 0.45% -
HSV(B) 36.26º 0.9% 0.82% -
XYZ 34.67 30.51 4.77 -
YUV 143.24 59.02 174.19 -
System Red Green Blue C M Y K H S L
Decimal 208 134 21 0 0.36 0.90 0.18 36.26 0.82 0.45
Hex D0 86 15 0 24 5A 12 24 52 2D
Octal 320 206 25 0 44 132 22 44 122 55
Binary 11010000 10000110 10101 0 100100 1011010 10010 100100 1010010 101101

Color Harmonies of #D08615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08615

Black with #D08615

Text Example


Text Example

White with #D08615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08615; }

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

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

background-color css

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

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

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

border-color css

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

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

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