Html Css Color HEX #DFC955 Confetti

📋 copy color: '#DFC955'

red 223 ◦ green 201 ◦ blue 85

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

Shades of Confetti #DFC955

Tints of Confetti #DFC955

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.49%

 BLUE value IS 85 (33.59% from 255) = 16.7%

R = 43.81%
G = 39.49%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DFC955 (or 0xDFC955) is known color: Confetti. HEX triplet: DF, C9 and 55. RGB value is (223,201,85). Sum of RGB (Red+Green+Blue) = 223+201+85=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 85 (33.59% from 255 or 16.70% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC955 is #2036AA. Grayscale: #C2C2C2. Windows color (decimal): -2111147 or 5622239. OLE color: 5622239.

HSL color Cylindrical-coordinate representation of color #DFC955: hue angle of 50.43º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DFC955 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 201 85 -
CMYK 0 0.10 0.62 0.13
HSL 50.43º 0.68% 0.6% -
HSV(B) 50.43º 0.62% 0.87% -
XYZ 52.96 58.12 17.02 -
YUV 194.35 66.29 148.43 -
System Red Green Blue C M Y K H S L
Decimal 223 201 85 0 0.10 0.62 0.13 50.43 0.68 0.6
Hex DF C9 55 0 A 3E D 32 44 3C
Octal 337 311 125 0 12 76 15 62 104 74
Binary 11011111 11001001 1010101 0 1010 111110 1101 110010 1000100 111100

Color Harmonies of #DFC955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC955

Black with #DFC955

Text Example


Text Example

White with #DFC955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC955; }

 p { color: rgb(223,201,85); }

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

background-color css

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

 a { background-color: rgb(223,201,85); }

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

border-color css

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

 span { border-color: rgb(223,201,85); }

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