Html Css Color HEX #D28C21 Buttercup

📋 copy color: '#D28C21'

red 210 ◦ green 140 ◦ blue 33

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

Shades of Buttercup #D28C21

Tints of Buttercup #D28C21

RGB

 RED value IS 210 (82.42% from 255) = 54.83%

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

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

R = 54.83%
G = 36.55%
B = 8.62%

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

#D28C21 (or 0xD28C21) is known color: Buttercup. HEX triplet: D2, 8C and 21. RGB value is (210,140,33). Sum of RGB (Red+Green+Blue) = 210+140+33=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 33 (13.28% from 255 or 8.62% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28C21 is #2D73DE. Grayscale: #959595. Windows color (decimal): -2978783 or 2198738. OLE color: 2198738.

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

Color convert

RGB 210 140 33 -
CMYK 0 0.33 0.84 0.18
HSL 36.27º 0.73% 0.48% -
HSV(B) 36.27º 0.84% 0.82% -
XYZ 36.23 32.57 5.82 -
YUV 148.73 62.69 171.7 -
System Red Green Blue C M Y K H S L
Decimal 210 140 33 0 0.33 0.84 0.18 36.27 0.73 0.48
Hex D2 8C 21 0 21 54 12 24 49 30
Octal 322 214 41 0 41 124 22 44 111 60
Binary 11010010 10001100 100001 0 100001 1010100 10010 100100 1001001 110000

Color Harmonies of #D28C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28C21

Black with #D28C21

Text Example


Text Example

White with #D28C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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