Html Css Color HEX #D28C1C Buttercup

📋 copy color: '#D28C1C'

red 210 ◦ green 140 ◦ blue 28

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

Shades of Buttercup #D28C1C

Tints of Buttercup #D28C1C

RGB

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

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

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

R = 55.56%
G = 37.04%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D28C1C (or 0xD28C1C) is known color: Buttercup. HEX triplet: D2, 8C and 1C. RGB value is (210,140,28). Sum of RGB (Red+Green+Blue) = 210+140+28=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 28 (11.33% from 255 or 7.41% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28C1C is #2D73E3. Grayscale: #949494. Windows color (decimal): -2978788 or 1871058. OLE color: 1871058.

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

Color convert

RGB 210 140 28 -
CMYK 0 0.33 0.87 0.18
HSL 36.92º 0.76% 0.47% -
HSV(B) 36.92º 0.87% 0.82% -
XYZ 36.17 32.54 5.47 -
YUV 148.16 60.19 172.11 -
System Red Green Blue C M Y K H S L
Decimal 210 140 28 0 0.33 0.87 0.18 36.92 0.76 0.47
Hex D2 8C 1C 0 21 57 12 25 4C 2F
Octal 322 214 34 0 41 127 22 45 114 57
Binary 11010010 10001100 11100 0 100001 1010111 10010 100101 1001100 101111

Color Harmonies of #D28C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28C1C

Black with #D28C1C

Text Example


Text Example

White with #D28C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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