#D6C04A

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

Shades of Confetti #D6C04A

Tints of Confetti #D6C04A

Color information

#D6C04A (or 0xD6C04A) is unknown color: approx Confetti. HEX triplet: D6, C0 and 4A. RGB value is (214,192,74). Sum of RGB (Red+Green+Blue) = 214+192+74=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 74 (29.30% from 255 or 15.42% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C04A is #293FB5. Grayscale: #B9B9B9. Windows color (decimal): -2703286 or 4899030. OLE color: 4899030.

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

Color convert

RGB21419274-
CMYK00.100.650.16
HSL50.57º63.06%56.47%-
HSV(B)50.57º65.42%83.92%-
XYZ47.8252.4914.09-
YUV185.1365.29148.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.58%
GREEN value IS 192 (75.39% from 255) = 40%
BLUE value IS 74 (29.30% from 255) = 15.42%
R=44.58%
G=40%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141927400.100.650.1650.5763.0656.47
HexD6C04A0A4110333f38
Octal32630011201210120637770
Binary1101011011000000100101001010100000110000110011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C04A; }

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

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

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

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

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

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

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

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