Html Css Color HEX #DFC550 Confetti

📋 copy color: '#DFC550'

red 223 ◦ green 197 ◦ blue 80

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

Shades of Confetti #DFC550

Tints of Confetti #DFC550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16%

R = 44.6%
G = 39.4%
B = 16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DFC550 (or 0xDFC550) is known color: Confetti. HEX triplet: DF, C5 and 50. RGB value is (223,197,80). Sum of RGB (Red+Green+Blue) = 223+197+80=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 80 (31.64% from 255 or 16% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC550 is #203AAF. Grayscale: #BFBFBF. Windows color (decimal): -2112176 or 5293535. OLE color: 5293535.

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

Color convert

RGB 223 197 80 -
CMYK 0 0.12 0.64 0.13
HSL 49.09º 0.69% 0.59% -
HSV(B) 49.09º 0.64% 0.87% -
XYZ 51.85 56.2 15.7 -
YUV 191.44 65.11 150.51 -
System Red Green Blue C M Y K H S L
Decimal 223 197 80 0 0.12 0.64 0.13 49.09 0.69 0.59
Hex DF C5 50 0 C 40 D 31 45 3B
Octal 337 305 120 0 14 100 15 61 105 73
Binary 11011111 11000101 1010000 0 1100 1000000 1101 110001 1000101 111011

Color Harmonies of #DFC550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC550

Black with #DFC550

Text Example


Text Example

White with #DFC550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC550; }

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

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

background-color css

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

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

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

border-color css

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

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

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