Html Css Color HEX #D9CD50 Confetti

📋 copy color: '#D9CD50'

red 217 ◦ green 205 ◦ blue 80

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

Shades of Confetti #D9CD50

Tints of Confetti #D9CD50

RGB

 RED value IS 217 (85.16% from 255) = 43.23%

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

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

R = 43.23%
G = 40.84%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D9CD50 (or 0xD9CD50) is known color: Confetti. HEX triplet: D9, CD and 50. RGB value is (217,205,80). Sum of RGB (Red+Green+Blue) = 217+205+80=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 80 (31.64% from 255 or 15.94% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CD50 is #2632AF. Grayscale: #C2C2C2. Windows color (decimal): -2503344 or 5295577. OLE color: 5295577.

HSL color Cylindrical-coordinate representation of color #D9CD50: hue angle of 54.74º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D9CD50 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 205 80 -
CMYK 0 0.06 0.63 0.15
HSL 54.74º 0.64% 0.58% -
HSV(B) 54.74º 0.63% 0.85% -
XYZ 51.89 58.99 16.24 -
YUV 194.34 63.48 144.16 -
System Red Green Blue C M Y K H S L
Decimal 217 205 80 0 0.06 0.63 0.15 54.74 0.64 0.58
Hex D9 CD 50 0 6 3F F 37 40 3A
Octal 331 315 120 0 6 77 17 67 100 72
Binary 11011001 11001101 1010000 0 110 111111 1111 110111 1000000 111010

Color Harmonies of #D9CD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CD50

Black with #D9CD50

Text Example


Text Example

White with #D9CD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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