#D6CB57

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

Shades of Confetti #D6CB57

Tints of Confetti #D6CB57

Color information

#D6CB57 (or 0xD6CB57) is unknown color: approx Confetti. HEX triplet: D6, CB and 57. RGB value is (214,203,87). Sum of RGB (Red+Green+Blue) = 214+203+87=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 87 (34.38% from 255 or 17.26% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CB57 is #2934A8. Grayscale: #C1C1C1. Windows color (decimal): -2700457 or 5753814. OLE color: 5753814.

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

Color convert

RGB21420387-
CMYK00.050.590.16
HSL54.8º60.77%59.02%-
HSV(B)54.8º59.35%83.92%-
XYZ50.8157.717.48-
YUV193.0668.14142.93-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.46%
GREEN value IS 203 (79.69% from 255) = 40.28%
BLUE value IS 87 (34.38% from 255) = 17.26%
R=42.46%
G=40.28%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142038700.050.590.1654.860.7759.02
HexD6CB57053B10373d3b
Octal326313127057320677573
Binary11010110110010111010111010111101110000110111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CB57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CB57; }

 p { color: rgb(214,203,87); }

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

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

 a { background-color: rgb(214,203,87); }

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

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

 span { border-color: rgb(214,203,87); }

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