Html Css Color HEX #DCCF4C Confetti

📋 copy color: '#DCCF4C'

red 220 ◦ green 207 ◦ blue 76

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

Shades of Confetti #DCCF4C

Tints of Confetti #DCCF4C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.15%

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

R = 43.74%
G = 41.15%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DCCF4C (or 0xDCCF4C) is known color: Confetti. HEX triplet: DC, CF and 4C. RGB value is (220,207,76). Sum of RGB (Red+Green+Blue) = 220+207+76=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 76 (30.08% from 255 or 15.11% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCF4C is #2330B3. Grayscale: #C4C4C4. Windows color (decimal): -2306228 or 5033948. OLE color: 5033948.

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

Color convert

RGB 220 207 76 -
CMYK 0 0.06 0.65 0.14
HSL 54.58º 0.67% 0.58% -
HSV(B) 54.58º 0.65% 0.86% -
XYZ 53.13 60.36 15.69 -
YUV 195.95 60.31 145.15 -
System Red Green Blue C M Y K H S L
Decimal 220 207 76 0 0.06 0.65 0.14 54.58 0.67 0.58
Hex DC CF 4C 0 6 41 E 37 43 3A
Octal 334 317 114 0 6 101 16 67 103 72
Binary 11011100 11001111 1001100 0 110 1000001 1110 110111 1000011 111010

Color Harmonies of #DCCF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCF4C

Black with #DCCF4C

Text Example


Text Example

White with #DCCF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCF4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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