Html Css Color HEX #DACC48 Confetti

📋 copy color: '#DACC48'

red 218 ◦ green 204 ◦ blue 72

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

Shades of Confetti #DACC48

Tints of Confetti #DACC48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.57%

R = 44.13%
G = 41.3%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DACC48 (or 0xDACC48) is known color: Confetti. HEX triplet: DA, CC and 48. RGB value is (218,204,72). Sum of RGB (Red+Green+Blue) = 218+204+72=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 72 (28.52% from 255 or 14.57% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACC48 is #2533B7. Grayscale: #C1C1C1. Windows color (decimal): -2438072 or 4771034. OLE color: 4771034.

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

Color convert

RGB 218 204 72 -
CMYK 0 0.06 0.67 0.15
HSL 54.25º 0.66% 0.57% -
HSV(B) 54.25º 0.67% 0.85% -
XYZ 51.68 58.56 14.71 -
YUV 193.14 59.64 145.73 -
System Red Green Blue C M Y K H S L
Decimal 218 204 72 0 0.06 0.67 0.15 54.25 0.66 0.57
Hex DA CC 48 0 6 43 F 36 42 39
Octal 332 314 110 0 6 103 17 66 102 71
Binary 11011010 11001100 1001000 0 110 1000011 1111 110110 1000010 111001

Color Harmonies of #DACC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACC48

Black with #DACC48

Text Example


Text Example

White with #DACC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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