#CFC14B

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

Shades of Confetti #CFC14B

Tints of Confetti #CFC14B

Color information

#CFC14B (or 0xCFC14B) is unknown color: approx Confetti. HEX triplet: CF, C1 and 4B. RGB value is (207,193,75). Sum of RGB (Red+Green+Blue) = 207+193+75=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 75 (29.69% from 255 or 15.79% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC14B is #303EB4. Grayscale: #B8B8B8. Windows color (decimal): -3161781 or 4964815. OLE color: 4964815.

HSL color Cylindrical-coordinate representation of color #CFC14B: hue angle of 53.64º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFC14B is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB20719375-
CMYK00.070.640.19
HSL53.64º57.89%55.29%-
HSV(B)53.64º63.77%81.18%-
XYZ46.0751.9114.25-
YUV183.7366.64144.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.58%
GREEN value IS 193 (75.78% from 255) = 40.63%
BLUE value IS 75 (29.69% from 255) = 15.79%
R=43.58%
G=40.63%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071937500.070.640.1953.6457.8955.29
HexCFC14B074013363a37
Octal3173011130710023667267
Binary110011111100000110010110111100000010011110110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC14B; }

 p { color: rgb(207,193,75); }

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

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

 a { background-color: rgb(207,193,75); }

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

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

 span { border-color: rgb(207,193,75); }

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