Html Css Color HEX #DFC13F Confetti

📋 copy color: '#DFC13F'

red 223 ◦ green 193 ◦ blue 63

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

Shades of Confetti #DFC13F

Tints of Confetti #DFC13F

RGB

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

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

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

R = 46.56%
G = 40.29%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DFC13F (or 0xDFC13F) is known color: Confetti. HEX triplet: DF, C1 and 3F. RGB value is (223,193,63). Sum of RGB (Red+Green+Blue) = 223+193+63=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 63 (25% from 255 or 13.15% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC13F is #203EC0. Grayscale: #BBBBBB. Windows color (decimal): -2113217 or 4178399. OLE color: 4178399.

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

Color convert

RGB 223 193 63 -
CMYK 0 0.13 0.72 0.13
HSL 48.75º 0.71% 0.56% -
HSV(B) 48.75º 0.72% 0.87% -
XYZ 50.4 54.19 12.51 -
YUV 187.15 57.94 153.57 -
System Red Green Blue C M Y K H S L
Decimal 223 193 63 0 0.13 0.72 0.13 48.75 0.71 0.56
Hex DF C1 3F 0 D 48 D 31 47 38
Octal 337 301 77 0 15 110 15 61 107 70
Binary 11011111 11000001 111111 0 1101 1001000 1101 110001 1000111 111000

Color Harmonies of #DFC13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC13F

Black with #DFC13F

Text Example


Text Example

White with #DFC13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC13F; }

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

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

background-color css

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

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

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

border-color css

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

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

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