Html Css Color HEX #DA952A Buttercup

📋 copy color: '#DA952A'

red 218 ◦ green 149 ◦ blue 42

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

Shades of Buttercup #DA952A

Tints of Buttercup #DA952A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.27%

R = 53.3%
G = 36.43%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA952A (or 0xDA952A) is known color: Buttercup. HEX triplet: DA, 95 and 2A. RGB value is (218,149,42). Sum of RGB (Red+Green+Blue) = 218+149+42=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 42 (16.80% from 255 or 10.27% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA952A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA952A is #256AD5. Grayscale: #9D9D9D. Windows color (decimal): -2452182 or 2790874. OLE color: 2790874.

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

Color convert

RGB 218 149 42 -
CMYK 0 0.32 0.81 0.15
HSL 36.48º 0.7% 0.51% -
HSV(B) 36.48º 0.81% 0.85% -
XYZ 40.08 36.57 7.14 -
YUV 157.43 62.86 171.2 -
System Red Green Blue C M Y K H S L
Decimal 218 149 42 0 0.32 0.81 0.15 36.48 0.7 0.51
Hex DA 95 2A 0 20 51 F 24 46 33
Octal 332 225 52 0 40 121 17 44 106 63
Binary 11011010 10010101 101010 0 100000 1010001 1111 100100 1000110 110011

Color Harmonies of #DA952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA952A

Black with #DA952A

Text Example


Text Example

White with #DA952A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA952A; }

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

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

background-color css

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

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

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

border-color css

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

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

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