Html Css Color HEX #DAC545 Confetti

📋 copy color: '#DAC545'

red 218 ◦ green 197 ◦ blue 69

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

Shades of Confetti #DAC545

Tints of Confetti #DAC545

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.7%

 BLUE value IS 69 (27.34% from 255) = 14.26%

R = 45.04%
G = 40.7%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DAC545 (or 0xDAC545) is known color: Confetti. HEX triplet: DA, C5 and 45. RGB value is (218,197,69). Sum of RGB (Red+Green+Blue) = 218+197+69=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 69 (27.34% from 255 or 14.26% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC545 is #253ABA. Grayscale: #BDBDBD. Windows color (decimal): -2439867 or 4572634. OLE color: 4572634.

HSL color Cylindrical-coordinate representation of color #DAC545: hue angle of 51.54º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAC545 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 197 69 -
CMYK 0 0.10 0.68 0.15
HSL 51.54º 0.67% 0.56% -
HSV(B) 51.54º 0.68% 0.85% -
XYZ 49.95 55.27 13.67 -
YUV 188.69 60.46 148.91 -
System Red Green Blue C M Y K H S L
Decimal 218 197 69 0 0.10 0.68 0.15 51.54 0.67 0.56
Hex DA C5 45 0 A 44 F 34 43 38
Octal 332 305 105 0 12 104 17 64 103 70
Binary 11011010 11000101 1000101 0 1010 1000100 1111 110100 1000011 111000

Color Harmonies of #DAC545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC545

Black with #DAC545

Text Example


Text Example

White with #DAC545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC545; }

 p { color: rgb(218,197,69); }

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

background-color css

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

 a { background-color: rgb(218,197,69); }

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

border-color css

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

 span { border-color: rgb(218,197,69); }

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