Html Css Color HEX #D08515 Ochre

📋 copy color: '#D08515'

red 208 ◦ green 133 ◦ blue 21

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

Shades of Ochre #D08515

Tints of Ochre #D08515

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.74%

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

R = 57.46%
G = 36.74%
B = 5.8%

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

#D08515 (or 0xD08515) is known color: Ochre. HEX triplet: D0, 85 and 15. RGB value is (208,133,21). Sum of RGB (Red+Green+Blue) = 208+133+21=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 21 (8.59% from 255 or 5.80% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D08515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08515 is #2F7AEA. Grayscale: #8F8F8F. Windows color (decimal): -3111659 or 1410512. OLE color: 1410512.

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

Color convert

RGB 208 133 21 -
CMYK 0 0.36 0.90 0.18
HSL 35.94º 0.82% 0.45% -
HSV(B) 35.94º 0.9% 0.82% -
XYZ 34.54 30.24 4.73 -
YUV 142.66 59.35 174.61 -
System Red Green Blue C M Y K H S L
Decimal 208 133 21 0 0.36 0.90 0.18 35.94 0.82 0.45
Hex D0 85 15 0 24 5A 12 24 52 2D
Octal 320 205 25 0 44 132 22 44 122 55
Binary 11010000 10000101 10101 0 100100 1011010 10010 100100 1010010 101101

Color Harmonies of #D08515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08515

Black with #D08515

Text Example


Text Example

White with #D08515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08515; }

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

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

background-color css

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

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

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

border-color css

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

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

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