Html Css Color HEX #DA9431 Buttercup

📋 copy color: '#DA9431'

red 218 ◦ green 148 ◦ blue 49

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

Shades of Buttercup #DA9431

Tints of Buttercup #DA9431

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.66%

 BLUE value IS 49 (19.53% from 255) = 11.81%

R = 52.53%
G = 35.66%
B = 11.81%

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

#DA9431 (or 0xDA9431) is known color: Buttercup. HEX triplet: DA, 94 and 31. RGB value is (218,148,49). Sum of RGB (Red+Green+Blue) = 218+148+49=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 49 (19.53% from 255 or 11.81% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9431 is #256BCE. Grayscale: #9E9E9E. Windows color (decimal): -2452431 or 3249370. OLE color: 3249370.

HSL color Cylindrical-coordinate representation of color #DA9431: hue angle of 35.15º 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 #DA9431 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 148 49 -
CMYK 0 0.32 0.78 0.15
HSL 35.15º 0.7% 0.52% -
HSV(B) 35.15º 0.78% 0.85% -
XYZ 40.06 36.31 7.8 -
YUV 157.64 66.69 171.05 -
System Red Green Blue C M Y K H S L
Decimal 218 148 49 0 0.32 0.78 0.15 35.15 0.7 0.52
Hex DA 94 31 0 20 4E F 23 46 34
Octal 332 224 61 0 40 116 17 43 106 64
Binary 11011010 10010100 110001 0 100000 1001110 1111 100011 1000110 110100

Color Harmonies of #DA9431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9431

Black with #DA9431

Text Example


Text Example

White with #DA9431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9431; }

 p { color: rgb(218,148,49); }

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

background-color css

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

 a { background-color: rgb(218,148,49); }

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

border-color css

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

 span { border-color: rgb(218,148,49); }

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