Html Css Color HEX #DCCE40 Confetti

📋 copy color: '#DCCE40'

red 220 ◦ green 206 ◦ blue 64

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

Shades of Confetti #DCCE40

Tints of Confetti #DCCE40

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.04%

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

R = 44.9%
G = 42.04%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DCCE40 (or 0xDCCE40) is known color: Confetti. HEX triplet: DC, CE and 40. RGB value is (220,206,64). Sum of RGB (Red+Green+Blue) = 220+206+64=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 64 (25.39% from 255 or 13.06% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCE40 is #2331BF. Grayscale: #C2C2C2. Windows color (decimal): -2306496 or 4247260. OLE color: 4247260.

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

Color convert

RGB 220 206 64 -
CMYK 0 0.06 0.71 0.14
HSL 54.62º 0.69% 0.56% -
HSV(B) 54.62º 0.71% 0.86% -
XYZ 52.51 59.73 13.61 -
YUV 194 54.64 146.55 -
System Red Green Blue C M Y K H S L
Decimal 220 206 64 0 0.06 0.71 0.14 54.62 0.69 0.56
Hex DC CE 40 0 6 47 E 37 45 38
Octal 334 316 100 0 6 107 16 67 105 70
Binary 11011100 11001110 1000000 0 110 1000111 1110 110111 1000101 111000

Color Harmonies of #DCCE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCE40

Black with #DCCE40

Text Example


Text Example

White with #DCCE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCE40; }

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

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

background-color css

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

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

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

border-color css

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

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

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