Html Css Color HEX #D08518 Ochre

📋 copy color: '#D08518'

red 208 ◦ green 133 ◦ blue 24

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

Shades of Ochre #D08518

Tints of Ochre #D08518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.58%

R = 56.99%
G = 36.44%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D08518 (or 0xD08518) is known color: Ochre. HEX triplet: D0, 85 and 18. RGB value is (208,133,24). Sum of RGB (Red+Green+Blue) = 208+133+24=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 24 (9.77% from 255 or 6.58% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D08518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08518 is #2F7AE7. Grayscale: #8F8F8F. Windows color (decimal): -3111656 or 1607120. OLE color: 1607120.

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

Color convert

RGB 208 133 24 -
CMYK 0 0.36 0.88 0.18
HSL 35.54º 0.79% 0.45% -
HSV(B) 35.54º 0.88% 0.82% -
XYZ 34.56 30.25 4.88 -
YUV 143 60.85 174.36 -
System Red Green Blue C M Y K H S L
Decimal 208 133 24 0 0.36 0.88 0.18 35.54 0.79 0.45
Hex D0 85 18 0 24 58 12 24 4F 2D
Octal 320 205 30 0 44 130 22 44 117 55
Binary 11010000 10000101 11000 0 100100 1011000 10010 100100 1001111 101101

Color Harmonies of #D08518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08518

Black with #D08518

Text Example


Text Example

White with #D08518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08518; }

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

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

background-color css

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

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

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

border-color css

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

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

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