Html Css Color HEX #DCC253 Confetti

📋 copy color: '#DCC253'

red 220 ◦ green 194 ◦ blue 83

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

Shades of Confetti #DCC253

Tints of Confetti #DCC253

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.03%

 BLUE value IS 83 (32.81% from 255) = 16.7%

R = 44.27%
G = 39.03%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DCC253 (or 0xDCC253) is known color: Confetti. HEX triplet: DC, C2 and 53. RGB value is (220,194,83). Sum of RGB (Red+Green+Blue) = 220+194+83=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 83 (32.81% from 255 or 16.70% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC253 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC253 is #233DAC. Grayscale: #BDBDBD. Windows color (decimal): -2309549 or 5489372. OLE color: 5489372.

HSL color Cylindrical-coordinate representation of color #DCC253: hue angle of 48.61º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCC253 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 194 83 -
CMYK 0 0.12 0.62 0.14
HSL 48.61º 0.66% 0.59% -
HSV(B) 48.61º 0.62% 0.86% -
XYZ 50.37 54.42 16.03 -
YUV 189.12 68.11 150.03 -
System Red Green Blue C M Y K H S L
Decimal 220 194 83 0 0.12 0.62 0.14 48.61 0.66 0.59
Hex DC C2 53 0 C 3E E 31 42 3B
Octal 334 302 123 0 14 76 16 61 102 73
Binary 11011100 11000010 1010011 0 1100 111110 1110 110001 1000010 111011

Color Harmonies of #DCC253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC253

Black with #DCC253

Text Example


Text Example

White with #DCC253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC253; }

 p { color: rgb(220,194,83); }

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

background-color css

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

 a { background-color: rgb(220,194,83); }

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

border-color css

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

 span { border-color: rgb(220,194,83); }

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