Html Css Color HEX #D08F18 Buttercup

📋 copy color: '#D08F18'

red 208 ◦ green 143 ◦ blue 24

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

Shades of Buttercup #D08F18

Tints of Buttercup #D08F18

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.13%

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

R = 55.47%
G = 38.13%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D08F18 (or 0xD08F18) is known color: Buttercup. HEX triplet: D0, 8F and 18. RGB value is (208,143,24). Sum of RGB (Red+Green+Blue) = 208+143+24=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 24 (9.77% from 255 or 6.4% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08F18 is #2F70E7. Grayscale: #959595. Windows color (decimal): -3109096 or 1609680. OLE color: 1609680.

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

Color convert

RGB 208 143 24 -
CMYK 0 0.31 0.88 0.18
HSL 38.8º 0.79% 0.45% -
HSV(B) 38.8º 0.88% 0.82% -
XYZ 36 33.12 5.36 -
YUV 148.87 57.53 170.18 -
System Red Green Blue C M Y K H S L
Decimal 208 143 24 0 0.31 0.88 0.18 38.8 0.79 0.45
Hex D0 8F 18 0 1F 58 12 27 4F 2D
Octal 320 217 30 0 37 130 22 47 117 55
Binary 11010000 10001111 11000 0 11111 1011000 10010 100111 1001111 101101

Color Harmonies of #D08F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08F18

Black with #D08F18

Text Example


Text Example

White with #D08F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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