Html Css Color HEX #DCD745 Confetti

📋 copy color: '#DCD745'

red 220 ◦ green 215 ◦ blue 69

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

Shades of Confetti #DCD745

Tints of Confetti #DCD745

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.66%

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

R = 43.65%
G = 42.66%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DCD745 (or 0xDCD745) is known color: Confetti. HEX triplet: DC, D7 and 45. RGB value is (220,215,69). Sum of RGB (Red+Green+Blue) = 220+215+69=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 69 (27.34% from 255 or 13.69% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD745 is #2328BA. Grayscale: #C8C8C8. Windows color (decimal): -2304187 or 4577244. OLE color: 4577244.

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

Color convert

RGB 220 215 69 -
CMYK 0 0.02 0.69 0.14
HSL 58.01º 0.68% 0.57% -
HSV(B) 58.01º 0.69% 0.86% -
XYZ 54.89 64.25 15.14 -
YUV 199.85 54.16 142.37 -
System Red Green Blue C M Y K H S L
Decimal 220 215 69 0 0.02 0.69 0.14 58.01 0.68 0.57
Hex DC D7 45 0 2 45 E 3A 44 39
Octal 334 327 105 0 2 105 16 72 104 71
Binary 11011100 11010111 1000101 0 10 1000101 1110 111010 1000100 111001

Color Harmonies of #DCD745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD745

Black with #DCD745

Text Example


Text Example

White with #DCD745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD745; }

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

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

background-color css

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

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

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

border-color css

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

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

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