Html Css Color HEX #DFC13C Confetti

📋 copy color: '#DFC13C'

red 223 ◦ green 193 ◦ blue 60

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

Shades of Confetti #DFC13C

Tints of Confetti #DFC13C

RGB

 RED value IS 223 (87.5% from 255) = 46.85%

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

 BLUE value IS 60 (23.83% from 255) = 12.61%

R = 46.85%
G = 40.55%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DFC13C (or 0xDFC13C) is known color: Confetti. HEX triplet: DF, C1 and 3C. RGB value is (223,193,60). Sum of RGB (Red+Green+Blue) = 223+193+60=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 60 (23.83% from 255 or 12.61% from 476); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC13C is #203EC3. Grayscale: #BBBBBB. Windows color (decimal): -2113220 or 3981791. OLE color: 3981791.

HSL color Cylindrical-coordinate representation of color #DFC13C: hue angle of 48.96º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DFC13C is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 193 60 -
CMYK 0 0.13 0.73 0.13
HSL 48.96º 0.72% 0.55% -
HSV(B) 48.96º 0.73% 0.87% -
XYZ 50.32 54.15 12.08 -
YUV 186.81 56.44 153.81 -
System Red Green Blue C M Y K H S L
Decimal 223 193 60 0 0.13 0.73 0.13 48.96 0.72 0.55
Hex DF C1 3C 0 D 49 D 31 48 37
Octal 337 301 74 0 15 111 15 61 110 67
Binary 11011111 11000001 111100 0 1101 1001001 1101 110001 1001000 110111

Color Harmonies of #DFC13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC13C

Black with #DFC13C

Text Example


Text Example

White with #DFC13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC13C; }

 p { color: rgb(223,193,60); }

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

background-color css

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

 a { background-color: rgb(223,193,60); }

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

border-color css

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

 span { border-color: rgb(223,193,60); }

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