Html Css Color HEX #DAA033 Buttercup

📋 copy color: '#DAA033'

red 218 ◦ green 160 ◦ blue 51

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

Shades of Buttercup #DAA033

Tints of Buttercup #DAA033

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.3%

 BLUE value IS 51 (20.31% from 255) = 11.89%

R = 50.82%
G = 37.3%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DAA033 (or 0xDAA033) is known color: Buttercup. HEX triplet: DA, A0 and 33. RGB value is (218,160,51). Sum of RGB (Red+Green+Blue) = 218+160+51=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 51 (20.31% from 255 or 11.89% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA033 is #255FCC. Grayscale: #A5A5A5. Windows color (decimal): -2449357 or 3383514. OLE color: 3383514.

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

Color convert

RGB 218 160 51 -
CMYK 0 0.27 0.77 0.15
HSL 39.16º 0.69% 0.53% -
HSV(B) 39.16º 0.77% 0.85% -
XYZ 42.08 40.29 8.69 -
YUV 164.92 63.72 165.86 -
System Red Green Blue C M Y K H S L
Decimal 218 160 51 0 0.27 0.77 0.15 39.16 0.69 0.53
Hex DA A0 33 0 1B 4D F 27 45 35
Octal 332 240 63 0 33 115 17 47 105 65
Binary 11011010 10100000 110011 0 11011 1001101 1111 100111 1000101 110101

Color Harmonies of #DAA033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA033

Black with #DAA033

Text Example


Text Example

White with #DAA033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA033; }

 p { color: rgb(218,160,51); }

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

background-color css

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

 a { background-color: rgb(218,160,51); }

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

border-color css

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

 span { border-color: rgb(218,160,51); }

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