Html Css Color HEX #DCC73F Confetti

📋 copy color: '#DCC73F'

red 220 ◦ green 199 ◦ blue 63

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

Shades of Confetti #DCC73F

Tints of Confetti #DCC73F

RGB

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

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

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

R = 45.64%
G = 41.29%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DCC73F (or 0xDCC73F) is known color: Confetti. HEX triplet: DC, C7 and 3F. RGB value is (220,199,63). Sum of RGB (Red+Green+Blue) = 220+199+63=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 63 (25% from 255 or 13.07% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC73F is #2338C0. Grayscale: #BEBEBE. Windows color (decimal): -2308289 or 4179932. OLE color: 4179932.

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

Color convert

RGB 220 199 63 -
CMYK 0 0.10 0.71 0.14
HSL 51.97º 0.69% 0.55% -
HSV(B) 51.97º 0.71% 0.86% -
XYZ 50.84 56.42 12.91 -
YUV 189.78 56.46 149.56 -
System Red Green Blue C M Y K H S L
Decimal 220 199 63 0 0.10 0.71 0.14 51.97 0.69 0.55
Hex DC C7 3F 0 A 47 E 34 45 37
Octal 334 307 77 0 12 107 16 64 105 67
Binary 11011100 11000111 111111 0 1010 1000111 1110 110100 1000101 110111

Color Harmonies of #DCC73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC73F

Black with #DCC73F

Text Example


Text Example

White with #DCC73F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC73F; }

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

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

background-color css

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

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

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

border-color css

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

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

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