Html Css Color HEX #D08F17 Buttercup

📋 copy color: '#D08F17'

red 208 ◦ green 143 ◦ blue 23

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

Shades of Buttercup #D08F17

Tints of Buttercup #D08F17

RGB

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

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

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

R = 55.61%
G = 38.24%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D08F17 (or 0xD08F17) is known color: Buttercup. HEX triplet: D0, 8F and 17. RGB value is (208,143,23). Sum of RGB (Red+Green+Blue) = 208+143+23=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 23 (9.38% from 255 or 6.15% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08F17 is #2F70E8. Grayscale: #959595. Windows color (decimal): -3109097 or 1544144. OLE color: 1544144.

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

Color convert

RGB 208 143 23 -
CMYK 0 0.31 0.89 0.18
HSL 38.92º 0.8% 0.45% -
HSV(B) 38.92º 0.89% 0.82% -
XYZ 35.99 33.12 5.31 -
YUV 148.76 57.03 170.26 -
System Red Green Blue C M Y K H S L
Decimal 208 143 23 0 0.31 0.89 0.18 38.92 0.8 0.45
Hex D0 8F 17 0 1F 59 12 27 50 2D
Octal 320 217 27 0 37 131 22 47 120 55
Binary 11010000 10001111 10111 0 11111 1011001 10010 100111 1010000 101101

Color Harmonies of #D08F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08F17

Black with #D08F17

Text Example


Text Example

White with #D08F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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