Html Css Color HEX #D28C1F Buttercup

📋 copy color: '#D28C1F'

red 210 ◦ green 140 ◦ blue 31

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

Shades of Buttercup #D28C1F

Tints of Buttercup #D28C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.14%

R = 55.12%
G = 36.75%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D28C1F (or 0xD28C1F) is known color: Buttercup. HEX triplet: D2, 8C and 1F. RGB value is (210,140,31). Sum of RGB (Red+Green+Blue) = 210+140+31=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 31 (12.5% from 255 or 8.14% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28C1F is #2D73E0. Grayscale: #959595. Windows color (decimal): -2978785 or 2067666. OLE color: 2067666.

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

Color convert

RGB 210 140 31 -
CMYK 0 0.33 0.85 0.18
HSL 36.54º 0.74% 0.47% -
HSV(B) 36.54º 0.85% 0.82% -
XYZ 36.2 32.56 5.67 -
YUV 148.5 61.69 171.86 -
System Red Green Blue C M Y K H S L
Decimal 210 140 31 0 0.33 0.85 0.18 36.54 0.74 0.47
Hex D2 8C 1F 0 21 55 12 25 4A 2F
Octal 322 214 37 0 41 125 22 45 112 57
Binary 11010010 10001100 11111 0 100001 1010101 10010 100101 1001010 101111

Color Harmonies of #D28C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28C1F

Black with #D28C1F

Text Example


Text Example

White with #D28C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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