Html Css Color HEX #DACA52 Confetti

📋 copy color: '#DACA52'

red 218 ◦ green 202 ◦ blue 82

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

Shades of Confetti #DACA52

Tints of Confetti #DACA52

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.24%

 BLUE value IS 82 (32.42% from 255) = 16.33%

R = 43.43%
G = 40.24%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DACA52 (or 0xDACA52) is known color: Confetti. HEX triplet: DA, CA and 52. RGB value is (218,202,82). Sum of RGB (Red+Green+Blue) = 218+202+82=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 82 (32.42% from 255 or 16.33% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACA52 is #2535AD. Grayscale: #C1C1C1. Windows color (decimal): -2438574 or 5425882. OLE color: 5425882.

HSL color Cylindrical-coordinate representation of color #DACA52: hue angle of 52.94º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DACA52 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 202 82 -
CMYK 0 0.07 0.62 0.15
HSL 52.94º 0.65% 0.59% -
HSV(B) 52.94º 0.62% 0.85% -
XYZ 51.56 57.76 16.41 -
YUV 193.1 65.3 145.76 -
System Red Green Blue C M Y K H S L
Decimal 218 202 82 0 0.07 0.62 0.15 52.94 0.65 0.59
Hex DA CA 52 0 7 3E F 35 41 3B
Octal 332 312 122 0 7 76 17 65 101 73
Binary 11011010 11001010 1010010 0 111 111110 1111 110101 1000001 111011

Color Harmonies of #DACA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACA52

Black with #DACA52

Text Example


Text Example

White with #DACA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACA52; }

 p { color: rgb(218,202,82); }

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

background-color css

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

 a { background-color: rgb(218,202,82); }

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

border-color css

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

 span { border-color: rgb(218,202,82); }

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