Html Css Color HEX #DFC53D Confetti

📋 copy color: '#DFC53D'

red 223 ◦ green 197 ◦ blue 61

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

Shades of Confetti #DFC53D

Tints of Confetti #DFC53D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.96%

 BLUE value IS 61 (24.22% from 255) = 12.68%

R = 46.36%
G = 40.96%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DFC53D (or 0xDFC53D) is known color: Confetti. HEX triplet: DF, C5 and 3D. RGB value is (223,197,61). Sum of RGB (Red+Green+Blue) = 223+197+61=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 61 (24.22% from 255 or 12.68% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC53D is #203AC2. Grayscale: #BDBDBD. Windows color (decimal): -2112195 or 4048351. OLE color: 4048351.

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

Color convert

RGB 223 197 61 -
CMYK 0 0.12 0.73 0.13
HSL 50.37º 0.72% 0.56% -
HSV(B) 50.37º 0.73% 0.87% -
XYZ 51.24 55.96 12.52 -
YUV 189.27 55.61 152.06 -
System Red Green Blue C M Y K H S L
Decimal 223 197 61 0 0.12 0.73 0.13 50.37 0.72 0.56
Hex DF C5 3D 0 C 49 D 32 48 38
Octal 337 305 75 0 14 111 15 62 110 70
Binary 11011111 11000101 111101 0 1100 1001001 1101 110010 1001000 111000

Color Harmonies of #DFC53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC53D

Black with #DFC53D

Text Example


Text Example

White with #DFC53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC53D; }

 p { color: rgb(223,197,61); }

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

background-color css

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

 a { background-color: rgb(223,197,61); }

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

border-color css

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

 span { border-color: rgb(223,197,61); }

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