#d5ce4a

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

Shades of Confetti #D5CE4A

Tints of Confetti #D5CE4A

Color information

#D5CE4A (or 0xD5CE4A) is unknown color: approx Confetti. HEX triplet: D5, CE and 4A. RGB value is (213,206,74). Sum of RGB (Red+Green+Blue) = 213+206+74=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 74 (29.30% from 255 or 15.01% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CE4A is #2A31B5. Grayscale: #C1C1C1. Windows color (decimal): -2765238 or 4902613. OLE color: 4902613.

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

Color convert

RGB21320674-
CMYK00.030.650.16
HSL56.98º62.33%56.27%-
HSV(B)56.98º65.26%83.53%-
XYZ50.7558.7815.15-
YUV193.0460.82142.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.20%
GREEN value IS 206 (80.86% from 255) = 41.78%
BLUE value IS 74 (29.30% from 255) = 15.01%
R=43.20%
G=41.78%
B=15.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132067400.030.650.1656.9862.3356.27
HexD5CE4A034110393e38
Octal3253161120310120717670
Binary11010101110011101001010011100000110000111001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5ce4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5ce4a; }

 p { color: rgb(213,206,74); }

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

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

 a { background-color: rgb(213,206,74); }

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

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

 span { border-color: rgb(213,206,74); }

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