Html Css Color HEX #DCD245 Confetti

📋 copy color: '#DCD245'

red 220 ◦ green 210 ◦ blue 69

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

Shades of Confetti #DCD245

Tints of Confetti #DCD245

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.08%

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

R = 44.09%
G = 42.08%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DCD245 (or 0xDCD245) is known color: Confetti. HEX triplet: DC, D2 and 45. RGB value is (220,210,69). Sum of RGB (Red+Green+Blue) = 220+210+69=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 69 (27.34% from 255 or 13.83% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD245 is #232DBA. Grayscale: #C5C5C5. Windows color (decimal): -2305467 or 4575964. OLE color: 4575964.

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

Color convert

RGB 220 210 69 -
CMYK 0 0.05 0.69 0.14
HSL 56.03º 0.68% 0.57% -
HSV(B) 56.03º 0.69% 0.86% -
XYZ 53.64 61.74 14.72 -
YUV 196.92 55.81 144.46 -
System Red Green Blue C M Y K H S L
Decimal 220 210 69 0 0.05 0.69 0.14 56.03 0.68 0.57
Hex DC D2 45 0 5 45 E 38 44 39
Octal 334 322 105 0 5 105 16 70 104 71
Binary 11011100 11010010 1000101 0 101 1000101 1110 111000 1000100 111001

Color Harmonies of #DCD245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD245

Black with #DCD245

Text Example


Text Example

White with #DCD245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD245; }

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

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

background-color css

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

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

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

border-color css

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

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

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