Html Css Color HEX #D08617 Ochre

📋 copy color: '#D08617'

red 208 ◦ green 134 ◦ blue 23

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

Shades of Ochre #D08617

Tints of Ochre #D08617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.3%

R = 56.99%
G = 36.71%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D08617 (or 0xD08617) is known color: Ochre. HEX triplet: D0, 86 and 17. RGB value is (208,134,23). Sum of RGB (Red+Green+Blue) = 208+134+23=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 23 (9.38% from 255 or 6.30% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D08617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08617 is #2F79E8. Grayscale: #8F8F8F. Windows color (decimal): -3111401 or 1541840. OLE color: 1541840.

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

Color convert

RGB 208 134 23 -
CMYK 0 0.36 0.89 0.18
HSL 36º 0.8% 0.45% -
HSV(B) 36º 0.89% 0.82% -
XYZ 34.69 30.52 4.87 -
YUV 143.47 60.02 174.03 -
System Red Green Blue C M Y K H S L
Decimal 208 134 23 0 0.36 0.89 0.18 36 0.8 0.45
Hex D0 86 17 0 24 59 12 24 50 2D
Octal 320 206 27 0 44 131 22 44 120 55
Binary 11010000 10000110 10111 0 100100 1011001 10010 100100 1010000 101101

Color Harmonies of #D08617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08617

Black with #D08617

Text Example


Text Example

White with #D08617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08617; }

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

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

background-color css

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

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

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

border-color css

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

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

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