Html Css Color HEX #DA952F Buttercup

📋 copy color: '#DA952F'

red 218 ◦ green 149 ◦ blue 47

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

Shades of Buttercup #DA952F

Tints of Buttercup #DA952F

RGB

 RED value IS 218 (85.55% from 255) = 52.66%

 GREEN value IS 149 (58.59% from 255) = 35.99%

 BLUE value IS 47 (18.75% from 255) = 11.35%

R = 52.66%
G = 35.99%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA952F (or 0xDA952F) is known color: Buttercup. HEX triplet: DA, 95 and 2F. RGB value is (218,149,47). Sum of RGB (Red+Green+Blue) = 218+149+47=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 47 (18.75% from 255 or 11.35% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA952F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA952F is #256AD0. Grayscale: #9E9E9E. Windows color (decimal): -2452177 or 3118554. OLE color: 3118554.

HSL color Cylindrical-coordinate representation of color #DA952F: hue angle of 35.79º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA952F is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 149 47 -
CMYK 0 0.32 0.78 0.15
HSL 35.79º 0.7% 0.52% -
HSV(B) 35.79º 0.78% 0.85% -
XYZ 40.17 36.61 7.64 -
YUV 158 65.36 170.79 -
System Red Green Blue C M Y K H S L
Decimal 218 149 47 0 0.32 0.78 0.15 35.79 0.7 0.52
Hex DA 95 2F 0 20 4E F 24 46 34
Octal 332 225 57 0 40 116 17 44 106 64
Binary 11011010 10010101 101111 0 100000 1001110 1111 100100 1000110 110100

Color Harmonies of #DA952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA952F

Black with #DA952F

Text Example


Text Example

White with #DA952F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA952F; }

 p { color: rgb(218,149,47); }

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

background-color css

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

 a { background-color: rgb(218,149,47); }

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

border-color css

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

 span { border-color: rgb(218,149,47); }

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