Html Css Color HEX #D5CD55 Confetti

📋 copy color: '#D5CD55'

red 213 ◦ green 205 ◦ blue 85

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

Shades of Confetti #D5CD55

Tints of Confetti #D5CD55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.9%

R = 42.35%
G = 40.76%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D5CD55 (or 0xD5CD55) is known color: Confetti. HEX triplet: D5, CD and 55. RGB value is (213,205,85). Sum of RGB (Red+Green+Blue) = 213+205+85=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 85 (33.59% from 255 or 16.90% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CD55 is #2A32AA. Grayscale: #C2C2C2. Windows color (decimal): -2765483 or 5623253. OLE color: 5623253.

HSL color Cylindrical-coordinate representation of color #D5CD55: hue angle of 56.25º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5CD55 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 205 85 -
CMYK 0 0.04 0.60 0.16
HSL 56.25º 0.6% 0.58% -
HSV(B) 56.25º 0.6% 0.84% -
XYZ 50.91 58.46 17.2 -
YUV 193.71 66.65 141.76 -
System Red Green Blue C M Y K H S L
Decimal 213 205 85 0 0.04 0.60 0.16 56.25 0.6 0.58
Hex D5 CD 55 0 4 3C 10 38 3C 3A
Octal 325 315 125 0 4 74 20 70 74 72
Binary 11010101 11001101 1010101 0 100 111100 10000 111000 111100 111010

Color Harmonies of #D5CD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CD55

Black with #D5CD55

Text Example


Text Example

White with #D5CD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CD55; }

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

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

background-color css

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

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

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

border-color css

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

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

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