Html Css Color HEX #D28D1A Buttercup

📋 copy color: '#D28D1A'

red 210 ◦ green 141 ◦ blue 26

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

Shades of Buttercup #D28D1A

Tints of Buttercup #D28D1A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.4%

 BLUE value IS 26 (10.55% from 255) = 6.9%

R = 55.7%
G = 37.4%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D28D1A (or 0xD28D1A) is known color: Buttercup. HEX triplet: D2, 8D and 1A. RGB value is (210,141,26). Sum of RGB (Red+Green+Blue) = 210+141+26=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 26 (10.55% from 255 or 6.90% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28D1A is #2D72E5. Grayscale: #959595. Windows color (decimal): -2978534 or 1740242. OLE color: 1740242.

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

Color convert

RGB 210 141 26 -
CMYK 0 0.33 0.88 0.18
HSL 37.5º 0.78% 0.46% -
HSV(B) 37.5º 0.88% 0.82% -
XYZ 36.29 32.83 5.4 -
YUV 148.52 58.86 171.85 -
System Red Green Blue C M Y K H S L
Decimal 210 141 26 0 0.33 0.88 0.18 37.5 0.78 0.46
Hex D2 8D 1A 0 21 58 12 26 4E 2E
Octal 322 215 32 0 41 130 22 46 116 56
Binary 11010010 10001101 11010 0 100001 1011000 10010 100110 1001110 101110

Color Harmonies of #D28D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28D1A

Black with #D28D1A

Text Example


Text Example

White with #D28D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28D1A; }

 p { color: rgb(210,141,26); }

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

background-color css

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

 a { background-color: rgb(210,141,26); }

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

border-color css

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

 span { border-color: rgb(210,141,26); }

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