Html Css Color HEX #DCCA55 Confetti

📋 copy color: '#DCCA55'

red 220 ◦ green 202 ◦ blue 85

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

Shades of Confetti #DCCA55

Tints of Confetti #DCCA55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.77%

R = 43.39%
G = 39.84%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DCCA55 (or 0xDCCA55) is known color: Confetti. HEX triplet: DC, CA and 55. RGB value is (220,202,85). Sum of RGB (Red+Green+Blue) = 220+202+85=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 85 (33.59% from 255 or 16.77% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA55 is #2335AA. Grayscale: #C2C2C2. Windows color (decimal): -2307499 or 5622492. OLE color: 5622492.

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

Color convert

RGB 220 202 85 -
CMYK 0 0.08 0.61 0.14
HSL 52º 0.66% 0.6% -
HSV(B) 52º 0.61% 0.86% -
XYZ 52.28 58.11 17.06 -
YUV 194.04 66.46 146.51 -
System Red Green Blue C M Y K H S L
Decimal 220 202 85 0 0.08 0.61 0.14 52 0.66 0.6
Hex DC CA 55 0 8 3D E 34 42 3C
Octal 334 312 125 0 10 75 16 64 102 74
Binary 11011100 11001010 1010101 0 1000 111101 1110 110100 1000010 111100

Color Harmonies of #DCCA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA55

Black with #DCCA55

Text Example


Text Example

White with #DCCA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA55; }

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

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

background-color css

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

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

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

border-color css

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

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

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