Html Css Color HEX #DCC23F Confetti

📋 copy color: '#DCC23F'

red 220 ◦ green 194 ◦ blue 63

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

Shades of Confetti #DCC23F

Tints of Confetti #DCC23F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.67%

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

R = 46.12%
G = 40.67%
B = 13.21%

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

#DCC23F (or 0xDCC23F) is known color: Confetti. HEX triplet: DC, C2 and 3F. RGB value is (220,194,63). Sum of RGB (Red+Green+Blue) = 220+194+63=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 63 (25% from 255 or 13.21% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC23F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC23F is #233DC0. Grayscale: #BBBBBB. Windows color (decimal): -2309569 or 4178652. OLE color: 4178652.

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

Color convert

RGB 220 194 63 -
CMYK 0 0.12 0.71 0.14
HSL 50.06º 0.69% 0.55% -
HSV(B) 50.06º 0.71% 0.86% -
XYZ 49.7 54.16 12.54 -
YUV 186.84 58.11 151.65 -
System Red Green Blue C M Y K H S L
Decimal 220 194 63 0 0.12 0.71 0.14 50.06 0.69 0.55
Hex DC C2 3F 0 C 47 E 32 45 37
Octal 334 302 77 0 14 107 16 62 105 67
Binary 11011100 11000010 111111 0 1100 1000111 1110 110010 1000101 110111

Color Harmonies of #DCC23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC23F

Black with #DCC23F

Text Example


Text Example

White with #DCC23F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC23F; }

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

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

background-color css

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

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

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

border-color css

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

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

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