Html Css Color HEX #DAC648 Confetti

📋 copy color: '#DAC648'

red 218 ◦ green 198 ◦ blue 72

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

Shades of Confetti #DAC648

Tints of Confetti #DAC648

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.57%

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

R = 44.67%
G = 40.57%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DAC648 (or 0xDAC648) is known color: Confetti. HEX triplet: DA, C6 and 48. RGB value is (218,198,72). Sum of RGB (Red+Green+Blue) = 218+198+72=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 72 (28.52% from 255 or 14.75% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC648 is #2539B7. Grayscale: #BEBEBE. Windows color (decimal): -2439608 or 4769498. OLE color: 4769498.

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

Color convert

RGB 218 198 72 -
CMYK 0 0.09 0.67 0.15
HSL 51.78º 0.66% 0.57% -
HSV(B) 51.78º 0.67% 0.85% -
XYZ 50.28 55.76 14.24 -
YUV 189.62 61.63 148.25 -
System Red Green Blue C M Y K H S L
Decimal 218 198 72 0 0.09 0.67 0.15 51.78 0.66 0.57
Hex DA C6 48 0 9 43 F 34 42 39
Octal 332 306 110 0 11 103 17 64 102 71
Binary 11011010 11000110 1001000 0 1001 1000011 1111 110100 1000010 111001

Color Harmonies of #DAC648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC648

Black with #DAC648

Text Example


Text Example

White with #DAC648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC648; }

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

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

background-color css

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

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

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

border-color css

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

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

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