Html Css Color HEX #D28A1F Buttercup

📋 copy color: '#D28A1F'

red 210 ◦ green 138 ◦ blue 31

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

Shades of Buttercup #D28A1F

Tints of Buttercup #D28A1F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.41%

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

R = 55.41%
G = 36.41%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D28A1F (or 0xD28A1F) is known color: Buttercup. HEX triplet: D2, 8A and 1F. RGB value is (210,138,31). Sum of RGB (Red+Green+Blue) = 210+138+31=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 31 (12.5% from 255 or 8.18% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28A1F is #2D75E0. Grayscale: #939393. Windows color (decimal): -2979297 or 2067154. OLE color: 2067154.

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

Color convert

RGB 210 138 31 -
CMYK 0 0.34 0.85 0.18
HSL 35.87º 0.74% 0.47% -
HSV(B) 35.87º 0.85% 0.82% -
XYZ 35.91 31.98 5.58 -
YUV 147.33 62.35 172.7 -
System Red Green Blue C M Y K H S L
Decimal 210 138 31 0 0.34 0.85 0.18 35.87 0.74 0.47
Hex D2 8A 1F 0 22 55 12 24 4A 2F
Octal 322 212 37 0 42 125 22 44 112 57
Binary 11010010 10001010 11111 0 100010 1010101 10010 100100 1001010 101111

Color Harmonies of #D28A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28A1F

Black with #D28A1F

Text Example


Text Example

White with #D28A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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