Html Css Color HEX #DFC850 Confetti

📋 copy color: '#DFC850'

red 223 ◦ green 200 ◦ blue 80

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

Shades of Confetti #DFC850

Tints of Confetti #DFC850

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.76%

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

R = 44.33%
G = 39.76%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DFC850 (or 0xDFC850) is known color: Confetti. HEX triplet: DF, C8 and 50. RGB value is (223,200,80). Sum of RGB (Red+Green+Blue) = 223+200+80=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 80 (31.64% from 255 or 15.90% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC850 is #2037AF. Grayscale: #C1C1C1. Windows color (decimal): -2111408 or 5294303. OLE color: 5294303.

HSL color Cylindrical-coordinate representation of color #DFC850: hue angle of 50.35º 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 #DFC850 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 200 80 -
CMYK 0 0.10 0.64 0.13
HSL 50.35º 0.69% 0.59% -
HSV(B) 50.35º 0.64% 0.87% -
XYZ 52.53 57.58 15.93 -
YUV 193.2 64.12 149.26 -
System Red Green Blue C M Y K H S L
Decimal 223 200 80 0 0.10 0.64 0.13 50.35 0.69 0.59
Hex DF C8 50 0 A 40 D 32 45 3B
Octal 337 310 120 0 12 100 15 62 105 73
Binary 11011111 11001000 1010000 0 1010 1000000 1101 110010 1000101 111011

Color Harmonies of #DFC850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC850

Black with #DFC850

Text Example


Text Example

White with #DFC850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC850; }

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

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

background-color css

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

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

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

border-color css

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

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

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