Html Css Color HEX #D28E1C Buttercup

📋 copy color: '#D28E1C'

red 210 ◦ green 142 ◦ blue 28

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

Shades of Buttercup #D28E1C

Tints of Buttercup #D28E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.37%

R = 55.26%
G = 37.37%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D28E1C (or 0xD28E1C) is known color: Buttercup. HEX triplet: D2, 8E and 1C. RGB value is (210,142,28). Sum of RGB (Red+Green+Blue) = 210+142+28=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 28 (11.33% from 255 or 7.37% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D28E1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28E1C is #2D71E3. Grayscale: #959595. Windows color (decimal): -2978276 or 1871570. OLE color: 1871570.

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

Color convert

RGB 210 142 28 -
CMYK 0 0.32 0.87 0.18
HSL 37.58º 0.76% 0.47% -
HSV(B) 37.58º 0.87% 0.82% -
XYZ 36.46 33.13 5.57 -
YUV 149.34 59.53 171.27 -
System Red Green Blue C M Y K H S L
Decimal 210 142 28 0 0.32 0.87 0.18 37.58 0.76 0.47
Hex D2 8E 1C 0 20 57 12 26 4C 2F
Octal 322 216 34 0 40 127 22 46 114 57
Binary 11010010 10001110 11100 0 100000 1010111 10010 100110 1001100 101111

Color Harmonies of #D28E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28E1C

Black with #D28E1C

Text Example


Text Example

White with #D28E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28E1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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