Html Css Color HEX #DACC46 Confetti

📋 copy color: '#DACC46'

red 218 ◦ green 204 ◦ blue 70

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

Shades of Confetti #DACC46

Tints of Confetti #DACC46

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.46%

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

R = 44.31%
G = 41.46%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DACC46 (or 0xDACC46) is known color: Confetti. HEX triplet: DA, CC and 46. RGB value is (218,204,70). Sum of RGB (Red+Green+Blue) = 218+204+70=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 70 (27.73% from 255 or 14.23% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACC46 is #2533B9. Grayscale: #C1C1C1. Windows color (decimal): -2438074 or 4639962. OLE color: 4639962.

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

Color convert

RGB 218 204 70 -
CMYK 0 0.06 0.68 0.15
HSL 54.32º 0.67% 0.56% -
HSV(B) 54.32º 0.68% 0.85% -
XYZ 51.61 58.53 14.37 -
YUV 192.91 58.64 145.9 -
System Red Green Blue C M Y K H S L
Decimal 218 204 70 0 0.06 0.68 0.15 54.32 0.67 0.56
Hex DA CC 46 0 6 44 F 36 43 38
Octal 332 314 106 0 6 104 17 66 103 70
Binary 11011010 11001100 1000110 0 110 1000100 1111 110110 1000011 111000

Color Harmonies of #DACC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACC46

Black with #DACC46

Text Example


Text Example

White with #DACC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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