Html Css Color HEX #D28A20 Buttercup

📋 copy color: '#D28A20'

red 210 ◦ green 138 ◦ blue 32

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

Shades of Buttercup #D28A20

Tints of Buttercup #D28A20

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.32%

 BLUE value IS 32 (12.89% from 255) = 8.42%

R = 55.26%
G = 36.32%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D28A20 (or 0xD28A20) is known color: Buttercup. HEX triplet: D2, 8A and 20. RGB value is (210,138,32). Sum of RGB (Red+Green+Blue) = 210+138+32=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 32 (12.89% from 255 or 8.42% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28A20 is #2D75DF. Grayscale: #939393. Windows color (decimal): -2979296 or 2132690. OLE color: 2132690.

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

Color convert

RGB 210 138 32 -
CMYK 0 0.34 0.85 0.18
HSL 35.73º 0.74% 0.47% -
HSV(B) 35.73º 0.85% 0.82% -
XYZ 35.93 31.98 5.65 -
YUV 147.44 62.85 172.62 -
System Red Green Blue C M Y K H S L
Decimal 210 138 32 0 0.34 0.85 0.18 35.73 0.74 0.47
Hex D2 8A 20 0 22 55 12 24 4A 2F
Octal 322 212 40 0 42 125 22 44 112 57
Binary 11010010 10001010 100000 0 100010 1010101 10010 100100 1001010 101111

Color Harmonies of #D28A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28A20

Black with #D28A20

Text Example


Text Example

White with #D28A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28A20; }

 p { color: rgb(210,138,32); }

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

background-color css

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

 a { background-color: rgb(210,138,32); }

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

border-color css

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

 span { border-color: rgb(210,138,32); }

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