Html Css Color HEX #DCCD4C Confetti

📋 copy color: '#DCCD4C'

red 220 ◦ green 205 ◦ blue 76

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

Shades of Confetti #DCCD4C

Tints of Confetti #DCCD4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.17%

R = 43.91%
G = 40.92%
B = 15.17%

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

#DCCD4C (or 0xDCCD4C) is known color: Confetti. HEX triplet: DC, CD and 4C. RGB value is (220,205,76). Sum of RGB (Red+Green+Blue) = 220+205+76=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 76 (30.08% from 255 or 15.17% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCD4C is #2332B3. Grayscale: #C3C3C3. Windows color (decimal): -2306740 or 5033436. OLE color: 5033436.

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

Color convert

RGB 220 205 76 -
CMYK 0 0.07 0.65 0.14
HSL 53.75º 0.67% 0.58% -
HSV(B) 53.75º 0.65% 0.86% -
XYZ 52.65 59.4 15.53 -
YUV 194.78 60.97 145.99 -
System Red Green Blue C M Y K H S L
Decimal 220 205 76 0 0.07 0.65 0.14 53.75 0.67 0.58
Hex DC CD 4C 0 7 41 E 36 43 3A
Octal 334 315 114 0 7 101 16 66 103 72
Binary 11011100 11001101 1001100 0 111 1000001 1110 110110 1000011 111010

Color Harmonies of #DCCD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCD4C

Black with #DCCD4C

Text Example


Text Example

White with #DCCD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCD4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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