Html Css Color HEX #D1D350 Confetti

📋 copy color: '#D1D350'

red 209 ◦ green 211 ◦ blue 80

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

Shades of Confetti #D1D350

Tints of Confetti #D1D350

RGB

 RED value IS 209 (82.03% from 255) = 41.8%

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

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

R = 41.8%
G = 42.2%
B = 16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D1D350 (or 0xD1D350) is known color: Confetti. HEX triplet: D1, D3 and 50. RGB value is (209,211,80). Sum of RGB (Red+Green+Blue) = 209+211+80=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 80 (31.64% from 255 or 16% from 500); Max value from RGB is 211 - color contains mainly: green. Hex color #D1D350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D350 is #2E2CAF. Grayscale: #C3C3C3. Windows color (decimal): -3026096 or 5297105. OLE color: 5297105.

HSL color Cylindrical-coordinate representation of color #D1D350: hue angle of 60.92º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D1D350 is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 209 211 80 -
CMYK 0.01 0 0.62 0.17
HSL 60.92º 0.6% 0.57% -
HSV(B) 60.92º 0.62% 0.83% -
XYZ 51.04 60.72 16.62 -
YUV 195.47 62.84 137.65 -
System Red Green Blue C M Y K H S L
Decimal 209 211 80 0.01 0 0.62 0.17 60.92 0.6 0.57
Hex D1 D3 50 1 0 3E 11 3D 3C 39
Octal 321 323 120 1 0 76 21 75 74 71
Binary 11010001 11010011 1010000 1 0 111110 10001 111101 111100 111001

Color Harmonies of #D1D350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D350

Black with #D1D350

Text Example


Text Example

White with #D1D350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D350; }

 p { color: rgb(209,211,80); }

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

background-color css

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

 a { background-color: rgb(209,211,80); }

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

border-color css

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

 span { border-color: rgb(209,211,80); }

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