Html Css Color HEX #DCCD4D Confetti

📋 copy color: '#DCCD4D'

red 220 ◦ green 205 ◦ blue 77

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

Shades of Confetti #DCCD4D

Tints of Confetti #DCCD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.34%

R = 43.82%
G = 40.84%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DCCD4D (or 0xDCCD4D) is known color: Confetti. HEX triplet: DC, CD and 4D. RGB value is (220,205,77). Sum of RGB (Red+Green+Blue) = 220+205+77=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 77 (30.47% from 255 or 15.34% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD4D is #2332B2. Grayscale: #C3C3C3. Windows color (decimal): -2306739 or 5098972. OLE color: 5098972.

HSL color Cylindrical-coordinate representation of color #DCCD4D: hue angle of 53.71º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCCD4D is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 205 77 -
CMYK 0 0.07 0.65 0.14
HSL 53.71º 0.67% 0.58% -
HSV(B) 53.71º 0.65% 0.86% -
XYZ 52.69 59.41 15.71 -
YUV 194.89 61.47 145.91 -
System Red Green Blue C M Y K H S L
Decimal 220 205 77 0 0.07 0.65 0.14 53.71 0.67 0.58
Hex DC CD 4D 0 7 41 E 36 43 3A
Octal 334 315 115 0 7 101 16 66 103 72
Binary 11011100 11001101 1001101 0 111 1000001 1110 110110 1000011 111010

Color Harmonies of #DCCD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCD4D

Black with #DCCD4D

Text Example


Text Example

White with #DCCD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCD4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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