Html Css Color HEX #D08F16 Buttercup

📋 copy color: '#D08F16'

red 208 ◦ green 143 ◦ blue 22

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

Shades of Buttercup #D08F16

Tints of Buttercup #D08F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.9%

R = 55.76%
G = 38.34%
B = 5.9%

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

#D08F16 (or 0xD08F16) is known color: Buttercup. HEX triplet: D0, 8F and 16. RGB value is (208,143,22). Sum of RGB (Red+Green+Blue) = 208+143+22=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 22 (8.98% from 255 or 5.90% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08F16 is #2F70E9. Grayscale: #959595. Windows color (decimal): -3109098 or 1478608. OLE color: 1478608.

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

Color convert

RGB 208 143 22 -
CMYK 0 0.31 0.89 0.18
HSL 39.03º 0.81% 0.45% -
HSV(B) 39.03º 0.89% 0.82% -
XYZ 35.98 33.11 5.25 -
YUV 148.64 56.53 170.34 -
System Red Green Blue C M Y K H S L
Decimal 208 143 22 0 0.31 0.89 0.18 39.03 0.81 0.45
Hex D0 8F 16 0 1F 59 12 27 51 2D
Octal 320 217 26 0 37 131 22 47 121 55
Binary 11010000 10001111 10110 0 11111 1011001 10010 100111 1010001 101101

Color Harmonies of #D08F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08F16

Black with #D08F16

Text Example


Text Example

White with #D08F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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