Html Css Color HEX #DCC54B Confetti

📋 copy color: '#DCC54B'

red 220 ◦ green 197 ◦ blue 75

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

Shades of Confetti #DCC54B

Tints of Confetti #DCC54B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.04%

 BLUE value IS 75 (29.69% from 255) = 15.24%

R = 44.72%
G = 40.04%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DCC54B (or 0xDCC54B) is known color: Confetti. HEX triplet: DC, C5 and 4B. RGB value is (220,197,75). Sum of RGB (Red+Green+Blue) = 220+197+75=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 75 (29.69% from 255 or 15.24% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC54B is #233AB4. Grayscale: #BEBEBE. Windows color (decimal): -2308789 or 4965852. OLE color: 4965852.

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

Color convert

RGB 220 197 75 -
CMYK 0 0.10 0.66 0.14
HSL 50.48º 0.67% 0.58% -
HSV(B) 50.48º 0.66% 0.86% -
XYZ 50.75 55.66 14.72 -
YUV 189.97 63.12 149.42 -
System Red Green Blue C M Y K H S L
Decimal 220 197 75 0 0.10 0.66 0.14 50.48 0.67 0.58
Hex DC C5 4B 0 A 42 E 32 43 3A
Octal 334 305 113 0 12 102 16 62 103 72
Binary 11011100 11000101 1001011 0 1010 1000010 1110 110010 1000011 111010

Color Harmonies of #DCC54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC54B

Black with #DCC54B

Text Example


Text Example

White with #DCC54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC54B; }

 p { color: rgb(220,197,75); }

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

background-color css

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

 a { background-color: rgb(220,197,75); }

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

border-color css

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

 span { border-color: rgb(220,197,75); }

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