Html Css Color HEX #DCC953 Confetti

📋 copy color: '#DCC953'

red 220 ◦ green 201 ◦ blue 83

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

Shades of Confetti #DCC953

Tints of Confetti #DCC953

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.88%

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

R = 43.65%
G = 39.88%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DCC953 (or 0xDCC953) is known color: Confetti. HEX triplet: DC, C9 and 53. RGB value is (220,201,83). Sum of RGB (Red+Green+Blue) = 220+201+83=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 83 (32.81% from 255 or 16.47% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC953 is #2336AC. Grayscale: #C1C1C1. Windows color (decimal): -2307757 or 5491164. OLE color: 5491164.

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

Color convert

RGB 220 201 83 -
CMYK 0 0.09 0.62 0.14
HSL 51.68º 0.66% 0.59% -
HSV(B) 51.68º 0.62% 0.86% -
XYZ 51.96 57.61 16.57 -
YUV 193.23 65.79 147.09 -
System Red Green Blue C M Y K H S L
Decimal 220 201 83 0 0.09 0.62 0.14 51.68 0.66 0.59
Hex DC C9 53 0 9 3E E 34 42 3B
Octal 334 311 123 0 11 76 16 64 102 73
Binary 11011100 11001001 1010011 0 1001 111110 1110 110100 1000010 111011

Color Harmonies of #DCC953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC953

Black with #DCC953

Text Example


Text Example

White with #DCC953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC953; }

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

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

background-color css

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

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

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

border-color css

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

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

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