Html Css Color HEX #DCC754 Confetti

📋 copy color: '#DCC754'

red 220 ◦ green 199 ◦ blue 84

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

Shades of Confetti #DCC754

Tints of Confetti #DCC754

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.56%

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

R = 43.74%
G = 39.56%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DCC754 (or 0xDCC754) is known color: Confetti. HEX triplet: DC, C7 and 54. RGB value is (220,199,84). Sum of RGB (Red+Green+Blue) = 220+199+84=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 84 (33.20% from 255 or 16.70% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC754 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC754 is #2338AB. Grayscale: #C0C0C0. Windows color (decimal): -2308268 or 5556188. OLE color: 5556188.

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

Color convert

RGB 220 199 84 -
CMYK 0 0.10 0.62 0.14
HSL 50.74º 0.66% 0.6% -
HSV(B) 50.74º 0.62% 0.86% -
XYZ 51.54 56.7 16.62 -
YUV 192.17 66.96 147.85 -
System Red Green Blue C M Y K H S L
Decimal 220 199 84 0 0.10 0.62 0.14 50.74 0.66 0.6
Hex DC C7 54 0 A 3E E 33 42 3C
Octal 334 307 124 0 12 76 16 63 102 74
Binary 11011100 11000111 1010100 0 1010 111110 1110 110011 1000010 111100

Color Harmonies of #DCC754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC754

Black with #DCC754

Text Example


Text Example

White with #DCC754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC754; }

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

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

background-color css

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

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

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

border-color css

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

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

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