Html Css Color HEX #DCC352 Confetti

📋 copy color: '#DCC352'

red 220 ◦ green 195 ◦ blue 82

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

Shades of Confetti #DCC352

Tints of Confetti #DCC352

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.24%

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

R = 44.27%
G = 39.24%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DCC352 (or 0xDCC352) is known color: Confetti. HEX triplet: DC, C3 and 52. RGB value is (220,195,82). Sum of RGB (Red+Green+Blue) = 220+195+82=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 82 (32.42% from 255 or 16.50% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC352 is #233CAD. Grayscale: #BEBEBE. Windows color (decimal): -2309294 or 5424092. OLE color: 5424092.

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

Color convert

RGB 220 195 82 -
CMYK 0 0.11 0.63 0.14
HSL 49.13º 0.66% 0.59% -
HSV(B) 49.13º 0.63% 0.86% -
XYZ 50.55 54.86 15.91 -
YUV 189.59 67.28 149.69 -
System Red Green Blue C M Y K H S L
Decimal 220 195 82 0 0.11 0.63 0.14 49.13 0.66 0.59
Hex DC C3 52 0 B 3F E 31 42 3B
Octal 334 303 122 0 13 77 16 61 102 73
Binary 11011100 11000011 1010010 0 1011 111111 1110 110001 1000010 111011

Color Harmonies of #DCC352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC352

Black with #DCC352

Text Example


Text Example

White with #DCC352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC352; }

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

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

background-color css

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

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

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

border-color css

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

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

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