#D6C04D

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

Shades of Confetti #D6C04D

Tints of Confetti #D6C04D

Color information

#D6C04D (or 0xD6C04D) is unknown color: approx Confetti. HEX triplet: D6, C0 and 4D. RGB value is (214,192,77). Sum of RGB (Red+Green+Blue) = 214+192+77=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 77 (30.47% from 255 or 15.94% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C04D is #293FB2. Grayscale: #B9B9B9. Windows color (decimal): -2703283 or 5095638. OLE color: 5095638.

HSL color Cylindrical-coordinate representation of color #D6C04D: hue angle of 50.36º degrees, saturation: 0.63, 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 #D6C04D is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB21419277-
CMYK00.100.640.16
HSL50.36º62.56%57.06%-
HSV(B)50.36º64.02%83.92%-
XYZ47.9252.5314.64-
YUV185.4766.79148.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.31%
GREEN value IS 192 (75.39% from 255) = 39.75%
BLUE value IS 77 (30.47% from 255) = 15.94%
R=44.31%
G=39.75%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141927700.100.640.1650.3662.5657.06
HexD6C04D0A4010323f39
Octal32630011501210020627771
Binary1101011011000000100110101010100000010000110010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C04D; }

 p { color: rgb(214,192,77); }

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

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

 a { background-color: rgb(214,192,77); }

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

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

 span { border-color: rgb(214,192,77); }

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