Html Css Color HEX #D3C955 Confetti

📋 copy color: '#D3C955'

red 211 ◦ green 201 ◦ blue 85

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

Shades of Confetti #D3C955

Tints of Confetti #D3C955

RGB

 RED value IS 211 (82.81% from 255) = 42.45%

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

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

R = 42.45%
G = 40.44%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.17

RGB Variations

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

Color information

#D3C955 (or 0xD3C955) is known color: Confetti. HEX triplet: D3, C9 and 55. RGB value is (211,201,85). Sum of RGB (Red+Green+Blue) = 211+201+85=497 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.45% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 85 (33.59% from 255 or 17.10% from 497); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C955 is #2C36AA. Grayscale: #BFBFBF. Windows color (decimal): -2897579 or 5622227. OLE color: 5622227.

HSL color Cylindrical-coordinate representation of color #D3C955: hue angle of 55.24º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D3C955 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 201 85 -
CMYK 0 0.05 0.60 0.17
HSL 55.24º 0.59% 0.58% -
HSV(B) 55.24º 0.6% 0.83% -
XYZ 49.39 56.28 16.85 -
YUV 190.77 68.31 142.43 -
System Red Green Blue C M Y K H S L
Decimal 211 201 85 0 0.05 0.60 0.17 55.24 0.59 0.58
Hex D3 C9 55 0 5 3C 11 37 3B 3A
Octal 323 311 125 0 5 74 21 67 73 72
Binary 11010011 11001001 1010101 0 101 111100 10001 110111 111011 111010

Color Harmonies of #D3C955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C955

Black with #D3C955

Text Example


Text Example

White with #D3C955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C955; }

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

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

background-color css

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

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

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

border-color css

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

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

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