#d1ce4b

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

Shades of Confetti #D1CE4B

Tints of Confetti #D1CE4B

Color information

#D1CE4B (or 0xD1CE4B) is unknown color: approx Confetti. HEX triplet: D1, CE and 4B. RGB value is (209,206,75). Sum of RGB (Red+Green+Blue) = 209+206+75=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 75 (29.69% from 255 or 15.31% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CE4B is #2E31B4. Grayscale: #C0C0C0. Windows color (decimal): -3027381 or 4968145. OLE color: 4968145.

HSL color Cylindrical-coordinate representation of color #D1CE4B: hue angle of 58.66º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1CE4B is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB20920675-
CMYK00.010.640.18
HSL58.66º59.29%55.69%-
HSV(B)58.66º64.11%81.96%-
XYZ49.6458.2115.28-
YUV191.9661.99140.15-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.65%
GREEN value IS 206 (80.86% from 255) = 42.04%
BLUE value IS 75 (29.69% from 255) = 15.31%
R=42.65%
G=42.04%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092067500.010.640.1858.6659.2955.69
HexD1CE4B0140123b3b38
Octal3213161130110022737370
Binary1101000111001110100101101100000010010111011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1ce4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1ce4b; }

 p { color: rgb(209,206,75); }

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

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

 a { background-color: rgb(209,206,75); }

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

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

 span { border-color: rgb(209,206,75); }

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