Html Css Color HEX #DCC453 Confetti

📋 copy color: '#DCC453'

red 220 ◦ green 196 ◦ blue 83

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

Shades of Confetti #DCC453

Tints of Confetti #DCC453

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.28%

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

R = 44.09%
G = 39.28%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DCC453 (or 0xDCC453) is known color: Confetti. HEX triplet: DC, C4 and 53. RGB value is (220,196,83). Sum of RGB (Red+Green+Blue) = 220+196+83=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 83 (32.81% from 255 or 16.63% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC453 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC453 is #233BAC. Grayscale: #BEBEBE. Windows color (decimal): -2309037 or 5489884. OLE color: 5489884.

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

Color convert

RGB 220 196 83 -
CMYK 0 0.11 0.62 0.14
HSL 49.49º 0.66% 0.59% -
HSV(B) 49.49º 0.62% 0.86% -
XYZ 50.82 55.32 16.18 -
YUV 190.29 67.45 149.19 -
System Red Green Blue C M Y K H S L
Decimal 220 196 83 0 0.11 0.62 0.14 49.49 0.66 0.59
Hex DC C4 53 0 B 3E E 31 42 3B
Octal 334 304 123 0 13 76 16 61 102 73
Binary 11011100 11000100 1010011 0 1011 111110 1110 110001 1000010 111011

Color Harmonies of #DCC453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC453

Black with #DCC453

Text Example


Text Example

White with #DCC453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC453; }

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

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

background-color css

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

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

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

border-color css

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

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

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