Html Css Color HEX #DCC153 Confetti

📋 copy color: '#DCC153'

red 220 ◦ green 193 ◦ blue 83

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

Shades of Confetti #DCC153

Tints of Confetti #DCC153

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.91%

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

R = 44.35%
G = 38.91%
B = 16.73%

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

#DCC153 (or 0xDCC153) is known color: Confetti. HEX triplet: DC, C1 and 53. RGB value is (220,193,83). Sum of RGB (Red+Green+Blue) = 220+193+83=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 83 (32.81% from 255 or 16.73% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC153 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC153 is #233EAC. Grayscale: #BDBDBD. Windows color (decimal): -2309805 or 5489116. OLE color: 5489116.

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

Color convert

RGB 220 193 83 -
CMYK 0 0.12 0.62 0.14
HSL 48.18º 0.66% 0.59% -
HSV(B) 48.18º 0.62% 0.86% -
XYZ 50.15 53.98 15.96 -
YUV 188.53 68.45 150.44 -
System Red Green Blue C M Y K H S L
Decimal 220 193 83 0 0.12 0.62 0.14 48.18 0.66 0.59
Hex DC C1 53 0 C 3E E 30 42 3B
Octal 334 301 123 0 14 76 16 60 102 73
Binary 11011100 11000001 1010011 0 1100 111110 1110 110000 1000010 111011

Color Harmonies of #DCC153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC153

Black with #DCC153

Text Example


Text Example

White with #DCC153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC153; }

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

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

background-color css

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

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

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

border-color css

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

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

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