Html Css Color HEX #DA9A32 Buttercup

📋 copy color: '#DA9A32'

red 218 ◦ green 154 ◦ blue 50

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

Shades of Buttercup #DA9A32

Tints of Buttercup #DA9A32

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.49%

 BLUE value IS 50 (19.92% from 255) = 11.85%

R = 51.66%
G = 36.49%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA9A32 (or 0xDA9A32) is known color: Buttercup. HEX triplet: DA, 9A and 32. RGB value is (218,154,50). Sum of RGB (Red+Green+Blue) = 218+154+50=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9A32 is #2565CD. Grayscale: #A1A1A1. Windows color (decimal): -2450894 or 3316442. OLE color: 3316442.

HSL color Cylindrical-coordinate representation of color #DA9A32: hue angle of 37.14º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA9A32 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 154 50 -
CMYK 0 0.29 0.77 0.15
HSL 37.14º 0.69% 0.53% -
HSV(B) 37.14º 0.77% 0.85% -
XYZ 41.04 38.25 8.24 -
YUV 161.28 65.2 168.46 -
System Red Green Blue C M Y K H S L
Decimal 218 154 50 0 0.29 0.77 0.15 37.14 0.69 0.53
Hex DA 9A 32 0 1D 4D F 25 45 35
Octal 332 232 62 0 35 115 17 45 105 65
Binary 11011010 10011010 110010 0 11101 1001101 1111 100101 1000101 110101

Color Harmonies of #DA9A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9A32

Black with #DA9A32

Text Example


Text Example

White with #DA9A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9A32; }

 p { color: rgb(218,154,50); }

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

background-color css

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

 a { background-color: rgb(218,154,50); }

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

border-color css

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

 span { border-color: rgb(218,154,50); }

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