Html Css Color HEX #DACC4D Confetti

📋 copy color: '#DACC4D'

red 218 ◦ green 204 ◦ blue 77

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

Shades of Confetti #DACC4D

Tints of Confetti #DACC4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.43%

R = 43.69%
G = 40.88%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DACC4D (or 0xDACC4D) is known color: Confetti. HEX triplet: DA, CC and 4D. RGB value is (218,204,77). Sum of RGB (Red+Green+Blue) = 218+204+77=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 77 (30.47% from 255 or 15.43% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACC4D is #2533B2. Grayscale: #C2C2C2. Windows color (decimal): -2438067 or 5098714. OLE color: 5098714.

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

Color convert

RGB 218 204 77 -
CMYK 0 0.06 0.65 0.15
HSL 54.04º 0.66% 0.58% -
HSV(B) 54.04º 0.65% 0.85% -
XYZ 51.85 58.63 15.6 -
YUV 193.71 62.14 145.33 -
System Red Green Blue C M Y K H S L
Decimal 218 204 77 0 0.06 0.65 0.15 54.04 0.66 0.58
Hex DA CC 4D 0 6 41 F 36 42 3A
Octal 332 314 115 0 6 101 17 66 102 72
Binary 11011010 11001100 1001101 0 110 1000001 1111 110110 1000010 111010

Color Harmonies of #DACC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACC4D

Black with #DACC4D

Text Example


Text Example

White with #DACC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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