Html Css Color HEX #DCC345 Confetti

📋 copy color: '#DCC345'

red 220 ◦ green 195 ◦ blue 69

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

Shades of Confetti #DCC345

Tints of Confetti #DCC345

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.29%

 BLUE value IS 69 (27.34% from 255) = 14.26%

R = 45.45%
G = 40.29%
B = 14.26%

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

#DCC345 (or 0xDCC345) is known color: Confetti. HEX triplet: DC, C3 and 45. RGB value is (220,195,69). Sum of RGB (Red+Green+Blue) = 220+195+69=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 69 (27.34% from 255 or 14.26% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC345 is #233CBA. Grayscale: #BCBCBC. Windows color (decimal): -2309307 or 4572124. OLE color: 4572124.

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

Color convert

RGB 220 195 69 -
CMYK 0 0.11 0.69 0.14
HSL 50.07º 0.68% 0.57% -
HSV(B) 50.07º 0.69% 0.86% -
XYZ 50.1 54.68 13.54 -
YUV 188.11 60.78 150.75 -
System Red Green Blue C M Y K H S L
Decimal 220 195 69 0 0.11 0.69 0.14 50.07 0.68 0.57
Hex DC C3 45 0 B 45 E 32 44 39
Octal 334 303 105 0 13 105 16 62 104 71
Binary 11011100 11000011 1000101 0 1011 1000101 1110 110010 1000100 111001

Color Harmonies of #DCC345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC345

Black with #DCC345

Text Example


Text Example

White with #DCC345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC345; }

 p { color: rgb(220,195,69); }

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

background-color css

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

 a { background-color: rgb(220,195,69); }

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

border-color css

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

 span { border-color: rgb(220,195,69); }

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