Html Css Color HEX #DCC954 Confetti

📋 copy color: '#DCC954'

red 220 ◦ green 201 ◦ blue 84

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

Shades of Confetti #DCC954

Tints of Confetti #DCC954

RGB

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

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

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

R = 43.56%
G = 39.8%
B = 16.63%

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

#DCC954 (or 0xDCC954) is known color: Confetti. HEX triplet: DC, C9 and 54. RGB value is (220,201,84). Sum of RGB (Red+Green+Blue) = 220+201+84=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 84 (33.20% from 255 or 16.63% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC954 is #2336AB. Grayscale: #C1C1C1. Windows color (decimal): -2307756 or 5556700. OLE color: 5556700.

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

Color convert

RGB 220 201 84 -
CMYK 0 0.09 0.62 0.14
HSL 51.62º 0.66% 0.6% -
HSV(B) 51.62º 0.62% 0.86% -
XYZ 52 57.63 16.77 -
YUV 193.34 66.29 147.01 -
System Red Green Blue C M Y K H S L
Decimal 220 201 84 0 0.09 0.62 0.14 51.62 0.66 0.6
Hex DC C9 54 0 9 3E E 34 42 3C
Octal 334 311 124 0 11 76 16 64 102 74
Binary 11011100 11001001 1010100 0 1001 111110 1110 110100 1000010 111100

Color Harmonies of #DCC954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC954

Black with #DCC954

Text Example


Text Example

White with #DCC954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC954; }

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

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

background-color css

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

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

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

border-color css

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

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

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