Html Css Color HEX #DCCD52 Confetti

📋 copy color: '#DCCD52'

red 220 ◦ green 205 ◦ blue 82

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

Shades of Confetti #DCCD52

Tints of Confetti #DCCD52

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.43%

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

R = 43.39%
G = 40.43%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DCCD52 (or 0xDCCD52) is known color: Confetti. HEX triplet: DC, CD and 52. RGB value is (220,205,82). Sum of RGB (Red+Green+Blue) = 220+205+82=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 82 (32.42% from 255 or 16.17% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD52 is #2332AD. Grayscale: #C3C3C3. Windows color (decimal): -2306734 or 5426652. OLE color: 5426652.

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

Color convert

RGB 220 205 82 -
CMYK 0 0.07 0.63 0.14
HSL 53.48º 0.66% 0.59% -
HSV(B) 53.48º 0.63% 0.86% -
XYZ 52.87 59.49 16.68 -
YUV 195.46 63.97 145.5 -
System Red Green Blue C M Y K H S L
Decimal 220 205 82 0 0.07 0.63 0.14 53.48 0.66 0.59
Hex DC CD 52 0 7 3F E 35 42 3B
Octal 334 315 122 0 7 77 16 65 102 73
Binary 11011100 11001101 1010010 0 111 111111 1110 110101 1000010 111011

Color Harmonies of #DCCD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCD52

Black with #DCCD52

Text Example


Text Example

White with #DCCD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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