Html Css Color HEX #DFC540 Confetti

📋 copy color: '#DFC540'

red 223 ◦ green 197 ◦ blue 64

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

Shades of Confetti #DFC540

Tints of Confetti #DFC540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.22%

R = 46.07%
G = 40.7%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DFC540 (or 0xDFC540) is known color: Confetti. HEX triplet: DF, C5 and 40. RGB value is (223,197,64). Sum of RGB (Red+Green+Blue) = 223+197+64=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 64 (25.39% from 255 or 13.22% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC540 is #203ABF. Grayscale: #BEBEBE. Windows color (decimal): -2112192 or 4244959. OLE color: 4244959.

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

Color convert

RGB 223 197 64 -
CMYK 0 0.12 0.71 0.13
HSL 50.19º 0.71% 0.56% -
HSV(B) 50.19º 0.71% 0.87% -
XYZ 51.32 55.99 12.95 -
YUV 189.61 57.11 151.81 -
System Red Green Blue C M Y K H S L
Decimal 223 197 64 0 0.12 0.71 0.13 50.19 0.71 0.56
Hex DF C5 40 0 C 47 D 32 47 38
Octal 337 305 100 0 14 107 15 62 107 70
Binary 11011111 11000101 1000000 0 1100 1000111 1101 110010 1000111 111000

Color Harmonies of #DFC540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC540

Black with #DFC540

Text Example


Text Example

White with #DFC540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC540; }

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

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

background-color css

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

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

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

border-color css

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

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

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