Html Css Color HEX #DAC052 Confetti

📋 copy color: '#DAC052'

red 218 ◦ green 192 ◦ blue 82

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

Shades of Confetti #DAC052

Tints of Confetti #DAC052

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.02%

 BLUE value IS 82 (32.42% from 255) = 16.67%

R = 44.31%
G = 39.02%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DAC052 (or 0xDAC052) is known color: Confetti. HEX triplet: DA, C0 and 52. RGB value is (218,192,82). Sum of RGB (Red+Green+Blue) = 218+192+82=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 82 (32.42% from 255 or 16.67% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC052 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC052 is #253FAD. Grayscale: #BBBBBB. Windows color (decimal): -2441134 or 5423322. OLE color: 5423322.

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

Color convert

RGB 218 192 82 -
CMYK 0 0.12 0.62 0.15
HSL 48.53º 0.65% 0.59% -
HSV(B) 48.53º 0.62% 0.85% -
XYZ 49.29 53.21 15.66 -
YUV 187.23 68.61 149.94 -
System Red Green Blue C M Y K H S L
Decimal 218 192 82 0 0.12 0.62 0.15 48.53 0.65 0.59
Hex DA C0 52 0 C 3E F 31 41 3B
Octal 332 300 122 0 14 76 17 61 101 73
Binary 11011010 11000000 1010010 0 1100 111110 1111 110001 1000001 111011

Color Harmonies of #DAC052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC052

Black with #DAC052

Text Example


Text Example

White with #DAC052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC052; }

 p { color: rgb(218,192,82); }

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

background-color css

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

 a { background-color: rgb(218,192,82); }

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

border-color css

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

 span { border-color: rgb(218,192,82); }

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