Html Css Color HEX #DCC945 Confetti

📋 copy color: '#DCC945'

red 220 ◦ green 201 ◦ blue 69

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

Shades of Confetti #DCC945

Tints of Confetti #DCC945

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.02%

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

R = 44.9%
G = 41.02%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DCC945 (or 0xDCC945) is known color: Confetti. HEX triplet: DC, C9 and 45. RGB value is (220,201,69). Sum of RGB (Red+Green+Blue) = 220+201+69=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 69 (27.34% from 255 or 14.08% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC945 is #2336BA. Grayscale: #C0C0C0. Windows color (decimal): -2307771 or 4573660. OLE color: 4573660.

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

Color convert

RGB 220 201 69 -
CMYK 0 0.09 0.69 0.14
HSL 52.45º 0.68% 0.57% -
HSV(B) 52.45º 0.69% 0.86% -
XYZ 51.48 57.42 14 -
YUV 191.63 58.79 148.23 -
System Red Green Blue C M Y K H S L
Decimal 220 201 69 0 0.09 0.69 0.14 52.45 0.68 0.57
Hex DC C9 45 0 9 45 E 34 44 39
Octal 334 311 105 0 11 105 16 64 104 71
Binary 11011100 11001001 1000101 0 1001 1000101 1110 110100 1000100 111001

Color Harmonies of #DCC945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC945

Black with #DCC945

Text Example


Text Example

White with #DCC945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC945; }

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

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

background-color css

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

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

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

border-color css

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

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

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