Html Css Color HEX #DAC252 Confetti

📋 copy color: '#DAC252'

red 218 ◦ green 194 ◦ blue 82

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

Shades of Confetti #DAC252

Tints of Confetti #DAC252

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.27%

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

R = 44.13%
G = 39.27%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DAC252 (or 0xDAC252) is known color: Confetti. HEX triplet: DA, C2 and 52. RGB value is (218,194,82). Sum of RGB (Red+Green+Blue) = 218+194+82=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 82 (32.42% from 255 or 16.60% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC252 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC252 is #253DAD. Grayscale: #BCBCBC. Windows color (decimal): -2440622 or 5423834. OLE color: 5423834.

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

Color convert

RGB 218 194 82 -
CMYK 0 0.11 0.62 0.15
HSL 49.41º 0.65% 0.59% -
HSV(B) 49.41º 0.62% 0.85% -
XYZ 49.73 54.1 15.8 -
YUV 188.41 67.95 149.11 -
System Red Green Blue C M Y K H S L
Decimal 218 194 82 0 0.11 0.62 0.15 49.41 0.65 0.59
Hex DA C2 52 0 B 3E F 31 41 3B
Octal 332 302 122 0 13 76 17 61 101 73
Binary 11011010 11000010 1010010 0 1011 111110 1111 110001 1000001 111011

Color Harmonies of #DAC252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC252

Black with #DAC252

Text Example


Text Example

White with #DAC252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC252; }

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

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

background-color css

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

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

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

border-color css

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

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

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