Html Css Color HEX #D3C958 Confetti

📋 copy color: '#D3C958'

red 211 ◦ green 201 ◦ blue 88

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

Shades of Confetti #D3C958

Tints of Confetti #D3C958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.6%

R = 42.2%
G = 40.2%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D3C958 (or 0xD3C958) is known color: Confetti. HEX triplet: D3, C9 and 58. RGB value is (211,201,88). Sum of RGB (Red+Green+Blue) = 211+201+88=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 88 (34.77% from 255 or 17.6% from 500); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C958 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C958 is #2C36A7. Grayscale: #BFBFBF. Windows color (decimal): -2897576 or 5818835. OLE color: 5818835.

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

Color convert

RGB 211 201 88 -
CMYK 0 0.05 0.58 0.17
HSL 55.12º 0.58% 0.59% -
HSV(B) 55.12º 0.58% 0.83% -
XYZ 49.51 56.33 17.5 -
YUV 191.11 69.81 142.19 -
System Red Green Blue C M Y K H S L
Decimal 211 201 88 0 0.05 0.58 0.17 55.12 0.58 0.59
Hex D3 C9 58 0 5 3A 11 37 3A 3B
Octal 323 311 130 0 5 72 21 67 72 73
Binary 11010011 11001001 1011000 0 101 111010 10001 110111 111010 111011

Color Harmonies of #D3C958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C958

Black with #D3C958

Text Example


Text Example

White with #D3C958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C958; }

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

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

background-color css

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

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

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

border-color css

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

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

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