Html Css Color HEX #DCC13F Confetti

📋 copy color: '#DCC13F'

red 220 ◦ green 193 ◦ blue 63

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

Shades of Confetti #DCC13F

Tints of Confetti #DCC13F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.55%

 BLUE value IS 63 (25% from 255) = 13.24%

R = 46.22%
G = 40.55%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DCC13F (or 0xDCC13F) is known color: Confetti. HEX triplet: DC, C1 and 3F. RGB value is (220,193,63). Sum of RGB (Red+Green+Blue) = 220+193+63=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 63 (25% from 255 or 13.24% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC13F is #233EC0. Grayscale: #BABABA. Windows color (decimal): -2309825 or 4178396. OLE color: 4178396.

HSL color Cylindrical-coordinate representation of color #DCC13F: hue angle of 49.68º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCC13F is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 193 63 -
CMYK 0 0.12 0.71 0.14
HSL 49.68º 0.69% 0.55% -
HSV(B) 49.68º 0.71% 0.86% -
XYZ 49.48 53.71 12.46 -
YUV 186.25 58.45 152.07 -
System Red Green Blue C M Y K H S L
Decimal 220 193 63 0 0.12 0.71 0.14 49.68 0.69 0.55
Hex DC C1 3F 0 C 47 E 32 45 37
Octal 334 301 77 0 14 107 16 62 105 67
Binary 11011100 11000001 111111 0 1100 1000111 1110 110010 1000101 110111

Color Harmonies of #DCC13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC13F

Black with #DCC13F

Text Example


Text Example

White with #DCC13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC13F; }

 p { color: rgb(220,193,63); }

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

background-color css

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

 a { background-color: rgb(220,193,63); }

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

border-color css

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

 span { border-color: rgb(220,193,63); }

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