Html Css Color HEX #D08C21 Buttercup

📋 copy color: '#D08C21'

red 208 ◦ green 140 ◦ blue 33

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

Shades of Buttercup #D08C21

Tints of Buttercup #D08C21

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.75%

 BLUE value IS 33 (13.28% from 255) = 8.66%

R = 54.59%
G = 36.75%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D08C21 (or 0xD08C21) is known color: Buttercup. HEX triplet: D0, 8C and 21. RGB value is (208,140,33). Sum of RGB (Red+Green+Blue) = 208+140+33=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 33 (13.28% from 255 or 8.66% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08C21 is #2F73DE. Grayscale: #949494. Windows color (decimal): -3109855 or 2198736. OLE color: 2198736.

HSL color Cylindrical-coordinate representation of color #D08C21: hue angle of 36.69º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D08C21 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 140 33 -
CMYK 0 0.33 0.84 0.18
HSL 36.69º 0.73% 0.47% -
HSV(B) 36.69º 0.84% 0.82% -
XYZ 35.67 32.28 5.79 -
YUV 148.13 63.03 170.7 -
System Red Green Blue C M Y K H S L
Decimal 208 140 33 0 0.33 0.84 0.18 36.69 0.73 0.47
Hex D0 8C 21 0 21 54 12 25 49 2F
Octal 320 214 41 0 41 124 22 45 111 57
Binary 11010000 10001100 100001 0 100001 1010100 10010 100101 1001001 101111

Color Harmonies of #D08C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08C21

Black with #D08C21

Text Example


Text Example

White with #D08C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08C21; }

 p { color: rgb(208,140,33); }

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

background-color css

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

 a { background-color: rgb(208,140,33); }

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

border-color css

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

 span { border-color: rgb(208,140,33); }

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