Html Css Color HEX #DCCF49 Confetti

📋 copy color: '#DCCF49'

red 220 ◦ green 207 ◦ blue 73

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

Shades of Confetti #DCCF49

Tints of Confetti #DCCF49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.6%

R = 44%
G = 41.4%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DCCF49 (or 0xDCCF49) is known color: Confetti. HEX triplet: DC, CF and 49. RGB value is (220,207,73). Sum of RGB (Red+Green+Blue) = 220+207+73=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 73 (28.91% from 255 or 14.6% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCF49 is #2330B6. Grayscale: #C4C4C4. Windows color (decimal): -2306231 or 4837340. OLE color: 4837340.

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

Color convert

RGB 220 207 73 -
CMYK 0 0.06 0.67 0.14
HSL 54.69º 0.68% 0.57% -
HSV(B) 54.69º 0.67% 0.86% -
XYZ 53.03 60.32 15.15 -
YUV 195.61 58.81 145.4 -
System Red Green Blue C M Y K H S L
Decimal 220 207 73 0 0.06 0.67 0.14 54.69 0.68 0.57
Hex DC CF 49 0 6 43 E 37 44 39
Octal 334 317 111 0 6 103 16 67 104 71
Binary 11011100 11001111 1001001 0 110 1000011 1110 110111 1000100 111001

Color Harmonies of #DCCF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCF49

Black with #DCCF49

Text Example


Text Example

White with #DCCF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCF49; }

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

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

background-color css

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

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

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

border-color css

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

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

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