Html Css Color HEX #D28E20 Buttercup

📋 copy color: '#D28E20'

red 210 ◦ green 142 ◦ blue 32

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

Shades of Buttercup #D28E20

Tints of Buttercup #D28E20

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.98%

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

R = 54.69%
G = 36.98%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D28E20 (or 0xD28E20) is known color: Buttercup. HEX triplet: D2, 8E and 20. RGB value is (210,142,32). Sum of RGB (Red+Green+Blue) = 210+142+32=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D28E20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28E20 is #2D71DF. Grayscale: #969696. Windows color (decimal): -2978272 or 2133714. OLE color: 2133714.

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

Color convert

RGB 210 142 32 -
CMYK 0 0.32 0.85 0.18
HSL 37.08º 0.74% 0.47% -
HSV(B) 37.08º 0.85% 0.82% -
XYZ 36.51 33.15 5.84 -
YUV 149.79 61.53 170.94 -
System Red Green Blue C M Y K H S L
Decimal 210 142 32 0 0.32 0.85 0.18 37.08 0.74 0.47
Hex D2 8E 20 0 20 55 12 25 4A 2F
Octal 322 216 40 0 40 125 22 45 112 57
Binary 11010010 10001110 100000 0 100000 1010101 10010 100101 1001010 101111

Color Harmonies of #D28E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28E20

Black with #D28E20

Text Example


Text Example

White with #D28E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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