Html Css Color HEX #DCC252 Confetti

📋 copy color: '#DCC252'

red 220 ◦ green 194 ◦ blue 82

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

Shades of Confetti #DCC252

Tints of Confetti #DCC252

RGB

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

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

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

R = 44.35%
G = 39.11%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DCC252 (or 0xDCC252) is known color: Confetti. HEX triplet: DC, C2 and 52. RGB value is (220,194,82). Sum of RGB (Red+Green+Blue) = 220+194+82=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 82 (32.42% from 255 or 16.53% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC252 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC252 is #233DAD. Grayscale: #BDBDBD. Windows color (decimal): -2309550 or 5423836. OLE color: 5423836.

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

Color convert

RGB 220 194 82 -
CMYK 0 0.12 0.63 0.14
HSL 48.7º 0.66% 0.59% -
HSV(B) 48.7º 0.63% 0.86% -
XYZ 50.33 54.41 15.83 -
YUV 189.01 67.61 150.11 -
System Red Green Blue C M Y K H S L
Decimal 220 194 82 0 0.12 0.63 0.14 48.7 0.66 0.59
Hex DC C2 52 0 C 3F E 31 42 3B
Octal 334 302 122 0 14 77 16 61 102 73
Binary 11011100 11000010 1010010 0 1100 111111 1110 110001 1000010 111011

Color Harmonies of #DCC252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC252

Black with #DCC252

Text Example


Text Example

White with #DCC252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC252; }

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

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

background-color css

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

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

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

border-color css

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

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

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