Html Css Color HEX #DCC045 Confetti

📋 copy color: '#DCC045'

red 220 ◦ green 192 ◦ blue 69

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

Shades of Confetti #DCC045

Tints of Confetti #DCC045

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.92%

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

R = 45.74%
G = 39.92%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DCC045 (or 0xDCC045) is known color: Confetti. HEX triplet: DC, C0 and 45. RGB value is (220,192,69). Sum of RGB (Red+Green+Blue) = 220+192+69=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 69 (27.34% from 255 or 14.35% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC045 is #233FBA. Grayscale: #BABABA. Windows color (decimal): -2310075 or 4571356. OLE color: 4571356.

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

Color convert

RGB 220 192 69 -
CMYK 0 0.13 0.69 0.14
HSL 48.87º 0.68% 0.57% -
HSV(B) 48.87º 0.69% 0.86% -
XYZ 49.44 53.34 13.32 -
YUV 186.35 61.78 152 -
System Red Green Blue C M Y K H S L
Decimal 220 192 69 0 0.13 0.69 0.14 48.87 0.68 0.57
Hex DC C0 45 0 D 45 E 31 44 39
Octal 334 300 105 0 15 105 16 61 104 71
Binary 11011100 11000000 1000101 0 1101 1000101 1110 110001 1000100 111001

Color Harmonies of #DCC045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC045

Black with #DCC045

Text Example


Text Example

White with #DCC045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC045; }

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

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

background-color css

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

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

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

border-color css

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

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

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