#D6C44A

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

Shades of Confetti #D6C44A

Tints of Confetti #D6C44A

Color information

#D6C44A (or 0xD6C44A) is unknown color: approx Confetti. HEX triplet: D6, C4 and 4A. RGB value is (214,196,74). Sum of RGB (Red+Green+Blue) = 214+196+74=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 74 (29.30% from 255 or 15.29% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C44A is #293BB5. Grayscale: #BBBBBB. Windows color (decimal): -2702262 or 4900054. OLE color: 4900054.

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

Color convert

RGB21419674-
CMYK00.080.650.16
HSL52.29º63.06%56.47%-
HSV(B)52.29º65.42%83.92%-
XYZ48.7154.2714.39-
YUV187.4763.96146.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.21%
GREEN value IS 196 (76.95% from 255) = 40.50%
BLUE value IS 74 (29.30% from 255) = 15.29%
R=44.21%
G=40.50%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141967400.080.650.1652.2963.0656.47
HexD6C44A084110343f38
Octal32630411201010120647770
Binary1101011011000100100101001000100000110000110100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C44A; }

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

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

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

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

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

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

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

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