Html Css Color HEX #D28C1D Buttercup

📋 copy color: '#D28C1D'

red 210 ◦ green 140 ◦ blue 29

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

Shades of Buttercup #D28C1D

Tints of Buttercup #D28C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.65%

R = 55.41%
G = 36.94%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D28C1D (or 0xD28C1D) is known color: Buttercup. HEX triplet: D2, 8C and 1D. RGB value is (210,140,29). Sum of RGB (Red+Green+Blue) = 210+140+29=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28C1D is #2D73E2. Grayscale: #949494. Windows color (decimal): -2978787 or 1936594. OLE color: 1936594.

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

Color convert

RGB 210 140 29 -
CMYK 0 0.33 0.86 0.18
HSL 36.8º 0.76% 0.47% -
HSV(B) 36.8º 0.86% 0.82% -
XYZ 36.18 32.55 5.54 -
YUV 148.28 60.69 172.03 -
System Red Green Blue C M Y K H S L
Decimal 210 140 29 0 0.33 0.86 0.18 36.8 0.76 0.47
Hex D2 8C 1D 0 21 56 12 25 4C 2F
Octal 322 214 35 0 41 126 22 45 114 57
Binary 11010010 10001100 11101 0 100001 1010110 10010 100101 1001100 101111

Color Harmonies of #D28C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28C1D

Black with #D28C1D

Text Example


Text Example

White with #D28C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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