Html Css Color HEX #DCC444 Confetti

📋 copy color: '#DCC444'

red 220 ◦ green 196 ◦ blue 68

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

Shades of Confetti #DCC444

Tints of Confetti #DCC444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.05%

R = 45.45%
G = 40.5%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DCC444 (or 0xDCC444) is known color: Confetti. HEX triplet: DC, C4 and 44. RGB value is (220,196,68). Sum of RGB (Red+Green+Blue) = 220+196+68=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 68 (26.95% from 255 or 14.05% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC444 is #233BBB. Grayscale: #BDBDBD. Windows color (decimal): -2309052 or 4506844. OLE color: 4506844.

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

Color convert

RGB 220 196 68 -
CMYK 0 0.11 0.69 0.14
HSL 50.53º 0.68% 0.56% -
HSV(B) 50.53º 0.69% 0.86% -
XYZ 50.3 55.11 13.46 -
YUV 188.58 59.95 150.41 -
System Red Green Blue C M Y K H S L
Decimal 220 196 68 0 0.11 0.69 0.14 50.53 0.68 0.56
Hex DC C4 44 0 B 45 E 33 44 38
Octal 334 304 104 0 13 105 16 63 104 70
Binary 11011100 11000100 1000100 0 1011 1000101 1110 110011 1000100 111000

Color Harmonies of #DCC444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC444

Black with #DCC444

Text Example


Text Example

White with #DCC444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC444; }

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

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

background-color css

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

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

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

border-color css

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

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

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