Html Css Color HEX #DAC852 Confetti

📋 copy color: '#DAC852'

red 218 ◦ green 200 ◦ blue 82

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

Shades of Confetti #DAC852

Tints of Confetti #DAC852

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40%

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

R = 43.6%
G = 40%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DAC852 (or 0xDAC852) is known color: Confetti. HEX triplet: DA, C8 and 52. RGB value is (218,200,82). Sum of RGB (Red+Green+Blue) = 218+200+82=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 82 (32.42% from 255 or 16.4% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC852 is #2537AD. Grayscale: #C0C0C0. Windows color (decimal): -2439086 or 5425370. OLE color: 5425370.

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

Color convert

RGB 218 200 82 -
CMYK 0 0.08 0.62 0.15
HSL 52.06º 0.65% 0.59% -
HSV(B) 52.06º 0.62% 0.85% -
XYZ 51.09 56.82 16.26 -
YUV 191.93 65.96 146.59 -
System Red Green Blue C M Y K H S L
Decimal 218 200 82 0 0.08 0.62 0.15 52.06 0.65 0.59
Hex DA C8 52 0 8 3E F 34 41 3B
Octal 332 310 122 0 10 76 17 64 101 73
Binary 11011010 11001000 1010010 0 1000 111110 1111 110100 1000001 111011

Color Harmonies of #DAC852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC852

Black with #DAC852

Text Example


Text Example

White with #DAC852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC852; }

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

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

background-color css

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

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

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

border-color css

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

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

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