Html Css Color HEX #DFCC50 Confetti

📋 copy color: '#DFCC50'

red 223 ◦ green 204 ◦ blue 80

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

Shades of Confetti #DFCC50

Tints of Confetti #DFCC50

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.24%

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

R = 43.98%
G = 40.24%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DFCC50 (or 0xDFCC50) is known color: Confetti. HEX triplet: DF, CC and 50. RGB value is (223,204,80). Sum of RGB (Red+Green+Blue) = 223+204+80=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 80 (31.64% from 255 or 15.78% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC50 is #2033AF. Grayscale: #C4C4C4. Windows color (decimal): -2110384 or 5295327. OLE color: 5295327.

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

Color convert

RGB 223 204 80 -
CMYK 0 0.09 0.64 0.13
HSL 52.03º 0.69% 0.59% -
HSV(B) 52.03º 0.64% 0.87% -
XYZ 53.47 59.45 16.25 -
YUV 195.55 62.79 147.58 -
System Red Green Blue C M Y K H S L
Decimal 223 204 80 0 0.09 0.64 0.13 52.03 0.69 0.59
Hex DF CC 50 0 9 40 D 34 45 3B
Octal 337 314 120 0 11 100 15 64 105 73
Binary 11011111 11001100 1010000 0 1001 1000000 1101 110100 1000101 111011

Color Harmonies of #DFCC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCC50

Black with #DFCC50

Text Example


Text Example

White with #DFCC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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