Html Css Color HEX #DCCD40 Confetti

📋 copy color: '#DCCD40'

red 220 ◦ green 205 ◦ blue 64

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

Shades of Confetti #DCCD40

Tints of Confetti #DCCD40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.09%

R = 44.99%
G = 41.92%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DCCD40 (or 0xDCCD40) is known color: Confetti. HEX triplet: DC, CD and 40. RGB value is (220,205,64). Sum of RGB (Red+Green+Blue) = 220+205+64=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 64 (25.39% from 255 or 13.09% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCD40 is #2332BF. Grayscale: #C1C1C1. Windows color (decimal): -2306752 or 4247004. OLE color: 4247004.

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

Color convert

RGB 220 205 64 -
CMYK 0 0.07 0.71 0.14
HSL 54.23º 0.69% 0.56% -
HSV(B) 54.23º 0.71% 0.86% -
XYZ 52.27 59.25 13.53 -
YUV 193.41 54.97 146.96 -
System Red Green Blue C M Y K H S L
Decimal 220 205 64 0 0.07 0.71 0.14 54.23 0.69 0.56
Hex DC CD 40 0 7 47 E 36 45 38
Octal 334 315 100 0 7 107 16 66 105 70
Binary 11011100 11001101 1000000 0 111 1000111 1110 110110 1000101 111000

Color Harmonies of #DCCD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCD40

Black with #DCCD40

Text Example


Text Example

White with #DCCD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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