Html Css Color HEX #DCC448 Confetti

📋 copy color: '#DCC448'

red 220 ◦ green 196 ◦ blue 72

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

Shades of Confetti #DCC448

Tints of Confetti #DCC448

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.16%

 BLUE value IS 72 (28.52% from 255) = 14.75%

R = 45.08%
G = 40.16%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DCC448 (or 0xDCC448) is known color: Confetti. HEX triplet: DC, C4 and 48. RGB value is (220,196,72). Sum of RGB (Red+Green+Blue) = 220+196+72=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 196 (76.95% from 255 or 40.16% from 488); Blue value is 72 (28.52% from 255 or 14.75% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC448 is #233BB7. Grayscale: #BDBDBD. Windows color (decimal): -2309048 or 4768988. OLE color: 4768988.

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

Color convert

RGB 220 196 72 -
CMYK 0 0.11 0.67 0.14
HSL 50.27º 0.68% 0.57% -
HSV(B) 50.27º 0.67% 0.86% -
XYZ 50.42 55.16 14.12 -
YUV 189.04 61.95 150.08 -
System Red Green Blue C M Y K H S L
Decimal 220 196 72 0 0.11 0.67 0.14 50.27 0.68 0.57
Hex DC C4 48 0 B 43 E 32 44 39
Octal 334 304 110 0 13 103 16 62 104 71
Binary 11011100 11000100 1001000 0 1011 1000011 1110 110010 1000100 111001

Color Harmonies of #DCC448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC448

Black with #DCC448

Text Example


Text Example

White with #DCC448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC448; }

 p { color: rgb(220,196,72); }

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

background-color css

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

 a { background-color: rgb(220,196,72); }

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

border-color css

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

 span { border-color: rgb(220,196,72); }

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