Html Css Color HEX #DACA56 Confetti

📋 copy color: '#DACA56'

red 218 ◦ green 202 ◦ blue 86

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

Shades of Confetti #DACA56

Tints of Confetti #DACA56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17%

R = 43.08%
G = 39.92%
B = 17%

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

#DACA56 (or 0xDACA56) is known color: Confetti. HEX triplet: DA, CA and 56. RGB value is (218,202,86). Sum of RGB (Red+Green+Blue) = 218+202+86=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 86 (33.98% from 255 or 17.00% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACA56 is #2535A9. Grayscale: #C2C2C2. Windows color (decimal): -2438570 or 5688026. OLE color: 5688026.

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

Color convert

RGB 218 202 86 -
CMYK 0 0.07 0.61 0.15
HSL 52.73º 0.64% 0.6% -
HSV(B) 52.73º 0.61% 0.85% -
XYZ 51.71 57.82 17.24 -
YUV 193.56 67.3 145.43 -
System Red Green Blue C M Y K H S L
Decimal 218 202 86 0 0.07 0.61 0.15 52.73 0.64 0.6
Hex DA CA 56 0 7 3D F 35 40 3C
Octal 332 312 126 0 7 75 17 65 100 74
Binary 11011010 11001010 1010110 0 111 111101 1111 110101 1000000 111100

Color Harmonies of #DACA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACA56

Black with #DACA56

Text Example


Text Example

White with #DACA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACA56; }

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

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

background-color css

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

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

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

border-color css

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

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

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