Html Css Color HEX #DCC454 Confetti

📋 copy color: '#DCC454'

red 220 ◦ green 196 ◦ blue 84

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

Shades of Confetti #DCC454

Tints of Confetti #DCC454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.8%

R = 44%
G = 39.2%
B = 16.8%

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

#DCC454 (or 0xDCC454) is known color: Confetti. HEX triplet: DC, C4 and 54. RGB value is (220,196,84). Sum of RGB (Red+Green+Blue) = 220+196+84=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 84 (33.20% from 255 or 16.8% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC454 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC454 is #233BAB. Grayscale: #BEBEBE. Windows color (decimal): -2309036 or 5555420. OLE color: 5555420.

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

Color convert

RGB 220 196 84 -
CMYK 0 0.11 0.62 0.14
HSL 49.41º 0.66% 0.6% -
HSV(B) 49.41º 0.62% 0.86% -
XYZ 50.86 55.34 16.39 -
YUV 190.41 67.95 149.11 -
System Red Green Blue C M Y K H S L
Decimal 220 196 84 0 0.11 0.62 0.14 49.41 0.66 0.6
Hex DC C4 54 0 B 3E E 31 42 3C
Octal 334 304 124 0 13 76 16 61 102 74
Binary 11011100 11000100 1010100 0 1011 111110 1110 110001 1000010 111100

Color Harmonies of #DCC454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC454

Black with #DCC454

Text Example


Text Example

White with #DCC454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC454; }

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

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

background-color css

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

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

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

border-color css

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

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

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