Html Css Color HEX #D3C350 Confetti

📋 copy color: '#D3C350'

red 211 ◦ green 195 ◦ blue 80

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

Shades of Confetti #D3C350

Tints of Confetti #D3C350

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.12%

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

R = 43.42%
G = 40.12%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D3C350 (or 0xD3C350) is known color: Confetti. HEX triplet: D3, C3 and 50. RGB value is (211,195,80). Sum of RGB (Red+Green+Blue) = 211+195+80=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 80 (31.64% from 255 or 16.46% from 486); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C350 is #2C3CAF. Grayscale: #BBBBBB. Windows color (decimal): -2899120 or 5293011. OLE color: 5293011.

HSL color Cylindrical-coordinate representation of color #D3C350: hue angle of 52.67º 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 #D3C350 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 195 80 -
CMYK 0 0.08 0.62 0.17
HSL 52.67º 0.6% 0.57% -
HSV(B) 52.67º 0.62% 0.83% -
XYZ 47.83 53.46 15.39 -
YUV 186.67 67.8 145.35 -
System Red Green Blue C M Y K H S L
Decimal 211 195 80 0 0.08 0.62 0.17 52.67 0.6 0.57
Hex D3 C3 50 0 8 3E 11 35 3C 39
Octal 323 303 120 0 10 76 21 65 74 71
Binary 11010011 11000011 1010000 0 1000 111110 10001 110101 111100 111001

Color Harmonies of #D3C350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C350

Black with #D3C350

Text Example


Text Example

White with #D3C350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C350; }

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

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

background-color css

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

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

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

border-color css

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

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

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