#CDC14F

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

Shades of Confetti #CDC14F

Tints of Confetti #CDC14F

Color information

#CDC14F (or 0xCDC14F) is unknown color: approx Confetti. HEX triplet: CD, C1 and 4F. RGB value is (205,193,79). Sum of RGB (Red+Green+Blue) = 205+193+79=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 79 (31.25% from 255 or 16.56% from 477); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC14F is #323EB0. Grayscale: #B8B8B8. Windows color (decimal): -3292849 or 5226957. OLE color: 5226957.

HSL color Cylindrical-coordinate representation of color #CDC14F: hue angle of 54.29º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDC14F is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB20519379-
CMYK00.060.610.20
HSL54.29º55.75%55.69%-
HSV(B)54.29º61.46%80.39%-
XYZ45.6651.6814.97-
YUV183.5968.98143.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.98%
GREEN value IS 193 (75.78% from 255) = 40.46%
BLUE value IS 79 (31.25% from 255) = 16.56%
R=42.98%
G=40.46%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051937900.060.610.2054.2955.7555.69
HexCDC14F063D14363838
Octal315301117067524667070
Binary11001101110000011001111011011110110100110110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC14F; }

 p { color: rgb(205,193,79); }

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

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

 a { background-color: rgb(205,193,79); }

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

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

 span { border-color: rgb(205,193,79); }

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