Html Css Color HEX #DCCA54 Confetti

📋 copy color: '#DCCA54'

red 220 ◦ green 202 ◦ blue 84

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

Shades of Confetti #DCCA54

Tints of Confetti #DCCA54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.6%

R = 43.48%
G = 39.92%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DCCA54 (or 0xDCCA54) is known color: Confetti. HEX triplet: DC, CA and 54. RGB value is (220,202,84). Sum of RGB (Red+Green+Blue) = 220+202+84=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 84 (33.20% from 255 or 16.60% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA54 is #2335AB. Grayscale: #C2C2C2. Windows color (decimal): -2307500 or 5556956. OLE color: 5556956.

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

Color convert

RGB 220 202 84 -
CMYK 0 0.08 0.62 0.14
HSL 52.06º 0.66% 0.6% -
HSV(B) 52.06º 0.62% 0.86% -
XYZ 52.24 58.1 16.85 -
YUV 193.93 65.96 146.59 -
System Red Green Blue C M Y K H S L
Decimal 220 202 84 0 0.08 0.62 0.14 52.06 0.66 0.6
Hex DC CA 54 0 8 3E E 34 42 3C
Octal 334 312 124 0 10 76 16 64 102 74
Binary 11011100 11001010 1010100 0 1000 111110 1110 110100 1000010 111100

Color Harmonies of #DCCA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA54

Black with #DCCA54

Text Example


Text Example

White with #DCCA54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA54; }

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

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

background-color css

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

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

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

border-color css

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

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

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