Html Css Color HEX #D08918 Buttercup

📋 copy color: '#D08918'

red 208 ◦ green 137 ◦ blue 24

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

Shades of Buttercup #D08918

Tints of Buttercup #D08918

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.13%

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

R = 56.37%
G = 37.13%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D08918 (or 0xD08918) is known color: Buttercup. HEX triplet: D0, 89 and 18. RGB value is (208,137,24). Sum of RGB (Red+Green+Blue) = 208+137+24=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 24 (9.77% from 255 or 6.50% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D08918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08918 is #2F76E7. Grayscale: #919191. Windows color (decimal): -3110632 or 1608144. OLE color: 1608144.

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

Color convert

RGB 208 137 24 -
CMYK 0 0.34 0.88 0.18
HSL 36.85º 0.79% 0.45% -
HSV(B) 36.85º 0.88% 0.82% -
XYZ 35.12 31.37 5.07 -
YUV 145.35 59.52 172.69 -
System Red Green Blue C M Y K H S L
Decimal 208 137 24 0 0.34 0.88 0.18 36.85 0.79 0.45
Hex D0 89 18 0 22 58 12 25 4F 2D
Octal 320 211 30 0 42 130 22 45 117 55
Binary 11010000 10001001 11000 0 100010 1011000 10010 100101 1001111 101101

Color Harmonies of #D08918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08918

Black with #D08918

Text Example


Text Example

White with #D08918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08918; }

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

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

background-color css

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

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

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

border-color css

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

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

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