#D5CA4D

Color #D5CA4D Confetti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Confetti #D5CA4D

Tints of Confetti #D5CA4D

Color information

#D5CA4D (or 0xD5CA4D) is unknown color: approx Confetti. HEX triplet: D5, CA and 4D. RGB value is (213,202,77). Sum of RGB (Red+Green+Blue) = 213+202+77=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 77 (30.47% from 255 or 15.65% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CA4D is #2A35B2. Grayscale: #BFBFBF. Windows color (decimal): -2766259 or 5098197. OLE color: 5098197.

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

Color convert

RGB21320277-
CMYK00.050.640.16
HSL55.15º61.82%56.86%-
HSV(B)55.15º63.85%83.53%-
XYZ49.956.9215.38-
YUV191.0463.64143.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.29%
GREEN value IS 202 (79.30% from 255) = 41.06%
BLUE value IS 77 (30.47% from 255) = 15.65%
R=43.29%
G=41.06%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132027700.050.640.1655.1561.8256.86
HexD5CA4D054010373e39
Octal3253121150510020677671
Binary110101011100101010011010101100000010000110111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CA4D; }

 p { color: rgb(213,202,77); }

 H1.HeaderClassName
 {
   color: #D5CA4D;
 }
 .AnyTagClassName
 {
   color: #D5CA4D;
 }
</style>
background-color css

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

 a { background-color: rgb(213,202,77); }

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

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

 span { border-color: rgb(213,202,77); }

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