Html Css Color HEX #DACA46 Confetti

📋 copy color: '#DACA46'

red 218 ◦ green 202 ◦ blue 70

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

Shades of Confetti #DACA46

Tints of Confetti #DACA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.29%

R = 44.49%
G = 41.22%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DACA46 (or 0xDACA46) is known color: Confetti. HEX triplet: DA, CA and 46. RGB value is (218,202,70). Sum of RGB (Red+Green+Blue) = 218+202+70=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 70 (27.73% from 255 or 14.29% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACA46 is #2535B9. Grayscale: #C0C0C0. Windows color (decimal): -2438586 or 4639450. OLE color: 4639450.

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

Color convert

RGB 218 202 70 -
CMYK 0 0.07 0.68 0.15
HSL 53.51º 0.67% 0.56% -
HSV(B) 53.51º 0.68% 0.85% -
XYZ 51.14 57.59 14.21 -
YUV 191.74 59.3 146.73 -
System Red Green Blue C M Y K H S L
Decimal 218 202 70 0 0.07 0.68 0.15 53.51 0.67 0.56
Hex DA CA 46 0 7 44 F 36 43 38
Octal 332 312 106 0 7 104 17 66 103 70
Binary 11011010 11001010 1000110 0 111 1000100 1111 110110 1000011 111000

Color Harmonies of #DACA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACA46

Black with #DACA46

Text Example


Text Example

White with #DACA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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