Html Css Color HEX #D5CD50 Confetti

📋 copy color: '#D5CD50'

red 213 ◦ green 205 ◦ blue 80

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

Shades of Confetti #D5CD50

Tints of Confetti #D5CD50

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.16%

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

R = 42.77%
G = 41.16%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D5CD50 (or 0xD5CD50) is known color: Confetti. HEX triplet: D5, CD and 50. RGB value is (213,205,80). Sum of RGB (Red+Green+Blue) = 213+205+80=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 80 (31.64% from 255 or 16.06% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CD50 is #2A32AF. Grayscale: #C1C1C1. Windows color (decimal): -2765488 or 5295573. OLE color: 5295573.

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

Color convert

RGB 213 205 80 -
CMYK 0 0.04 0.62 0.16
HSL 56.39º 0.61% 0.57% -
HSV(B) 56.39º 0.62% 0.84% -
XYZ 50.72 58.39 16.19 -
YUV 193.14 64.15 142.16 -
System Red Green Blue C M Y K H S L
Decimal 213 205 80 0 0.04 0.62 0.16 56.39 0.61 0.57
Hex D5 CD 50 0 4 3E 10 38 3D 39
Octal 325 315 120 0 4 76 20 70 75 71
Binary 11010101 11001101 1010000 0 100 111110 10000 111000 111101 111001

Color Harmonies of #D5CD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CD50

Black with #D5CD50

Text Example


Text Example

White with #D5CD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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