Html Css Color HEX #D5C350 Confetti

📋 copy color: '#D5C350'

red 213 ◦ green 195 ◦ blue 80

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

Shades of Confetti #D5C350

Tints of Confetti #D5C350

RGB

 RED value IS 213 (83.59% from 255) = 43.65%

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

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

R = 43.65%
G = 39.96%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D5C350 (or 0xD5C350) is known color: Confetti. HEX triplet: D5, C3 and 50. RGB value is (213,195,80). Sum of RGB (Red+Green+Blue) = 213+195+80=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 80 (31.64% from 255 or 16.39% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C350 is #2A3CAF. Grayscale: #BBBBBB. Windows color (decimal): -2768048 or 5293013. OLE color: 5293013.

HSL color Cylindrical-coordinate representation of color #D5C350: hue angle of 51.88º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5C350 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 195 80 -
CMYK 0 0.08 0.62 0.16
HSL 51.88º 0.61% 0.57% -
HSV(B) 51.88º 0.62% 0.84% -
XYZ 48.4 53.76 15.41 -
YUV 187.27 67.46 146.35 -
System Red Green Blue C M Y K H S L
Decimal 213 195 80 0 0.08 0.62 0.16 51.88 0.61 0.57
Hex D5 C3 50 0 8 3E 10 34 3D 39
Octal 325 303 120 0 10 76 20 64 75 71
Binary 11010101 11000011 1010000 0 1000 111110 10000 110100 111101 111001

Color Harmonies of #D5C350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C350

Black with #D5C350

Text Example


Text Example

White with #D5C350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C350; }

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

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

background-color css

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

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

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

border-color css

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

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

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