Html Css Color HEX #DACA54 Confetti

📋 copy color: '#DACA54'

red 218 ◦ green 202 ◦ blue 84

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

Shades of Confetti #DACA54

Tints of Confetti #DACA54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.67%

R = 43.25%
G = 40.08%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DACA54 (or 0xDACA54) is known color: Confetti. HEX triplet: DA, CA and 54. RGB value is (218,202,84). Sum of RGB (Red+Green+Blue) = 218+202+84=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 84 (33.20% from 255 or 16.67% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACA54 is #2535AB. Grayscale: #C1C1C1. Windows color (decimal): -2438572 or 5556954. OLE color: 5556954.

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

Color convert

RGB 218 202 84 -
CMYK 0 0.07 0.61 0.15
HSL 52.84º 0.64% 0.59% -
HSV(B) 52.84º 0.61% 0.85% -
XYZ 51.63 57.79 16.82 -
YUV 193.33 66.3 145.59 -
System Red Green Blue C M Y K H S L
Decimal 218 202 84 0 0.07 0.61 0.15 52.84 0.64 0.59
Hex DA CA 54 0 7 3D F 35 40 3B
Octal 332 312 124 0 7 75 17 65 100 73
Binary 11011010 11001010 1010100 0 111 111101 1111 110101 1000000 111011

Color Harmonies of #DACA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACA54

Black with #DACA54

Text Example


Text Example

White with #DACA54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACA54; }

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

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

background-color css

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

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

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

border-color css

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

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

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