Html Css Color HEX #DCCA52 Confetti

📋 copy color: '#DCCA52'

red 220 ◦ green 202 ◦ blue 82

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

Shades of Confetti #DCCA52

Tints of Confetti #DCCA52

RGB

 RED value IS 220 (86.33% from 255) = 43.65%

 GREEN value IS 202 (79.3% from 255) = 40.08%

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

R = 43.65%
G = 40.08%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DCCA52 (or 0xDCCA52) is known color: Confetti. HEX triplet: DC, CA and 52. RGB value is (220,202,82). Sum of RGB (Red+Green+Blue) = 220+202+82=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 82 (32.42% from 255 or 16.27% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA52 is #2335AD. Grayscale: #C2C2C2. Windows color (decimal): -2307502 or 5425884. OLE color: 5425884.

HSL color Cylindrical-coordinate representation of color #DCCA52: hue angle of 52.17º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCCA52 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 202 82 -
CMYK 0 0.08 0.63 0.14
HSL 52.17º 0.66% 0.59% -
HSV(B) 52.17º 0.63% 0.86% -
XYZ 52.16 58.07 16.44 -
YUV 193.7 64.96 146.76 -
System Red Green Blue C M Y K H S L
Decimal 220 202 82 0 0.08 0.63 0.14 52.17 0.66 0.59
Hex DC CA 52 0 8 3F E 34 42 3B
Octal 334 312 122 0 10 77 16 64 102 73
Binary 11011100 11001010 1010010 0 1000 111111 1110 110100 1000010 111011

Color Harmonies of #DCCA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA52

Black with #DCCA52

Text Example


Text Example

White with #DCCA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA52; }

 p { color: rgb(220,202,82); }

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

background-color css

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

 a { background-color: rgb(220,202,82); }

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

border-color css

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

 span { border-color: rgb(220,202,82); }

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