Html Css Color HEX #DCD248 Confetti

📋 copy color: '#DCD248'

red 220 ◦ green 210 ◦ blue 72

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

Shades of Confetti #DCD248

Tints of Confetti #DCD248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.34%

R = 43.82%
G = 41.83%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DCD248 (or 0xDCD248) is known color: Confetti. HEX triplet: DC, D2 and 48. RGB value is (220,210,72). Sum of RGB (Red+Green+Blue) = 220+210+72=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 72 (28.52% from 255 or 14.34% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD248 is #232DB7. Grayscale: #C5C5C5. Windows color (decimal): -2305464 or 4772572. OLE color: 4772572.

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

Color convert

RGB 220 210 72 -
CMYK 0 0.05 0.67 0.14
HSL 55.95º 0.68% 0.57% -
HSV(B) 55.95º 0.67% 0.86% -
XYZ 53.73 61.78 15.22 -
YUV 197.26 57.31 144.22 -
System Red Green Blue C M Y K H S L
Decimal 220 210 72 0 0.05 0.67 0.14 55.95 0.68 0.57
Hex DC D2 48 0 5 43 E 38 44 39
Octal 334 322 110 0 5 103 16 70 104 71
Binary 11011100 11010010 1001000 0 101 1000011 1110 111000 1000100 111001

Color Harmonies of #DCD248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD248

Black with #DCD248

Text Example


Text Example

White with #DCD248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD248; }

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

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

background-color css

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

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

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

border-color css

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

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

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