#CEDC10

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

Shades of Barberry #CEDC10

Tints of Barberry #CEDC10

Color information

#CEDC10 (or 0xCEDC10) is unknown color: approx Barberry. HEX triplet: CE, DC and 10. RGB value is (206,220,16). Sum of RGB (Red+Green+Blue) = 206+220+16=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 16 (6.64% from 255 or 3.62% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDC10 is #3123EF. Grayscale: #C1C1C1. Windows color (decimal): -3220464 or 1105102. OLE color: 1105102.

HSL color Cylindrical-coordinate representation of color #CEDC10: hue angle of 64.12º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CEDC10 is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB20622016-
CMYK0.0600.930.14
HSL64.12º86.44%46.27%-
HSV(B)64.12º92.73%86.27%-
XYZ51.1464.3510.21-
YUV192.5628.36137.59-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.61%
GREEN value IS 220 (86.33% from 255) = 49.77%
BLUE value IS 16 (6.64% from 255) = 3.62%
R=46.61%
G=49.77%
B=3.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal206220160.0600.930.1464.1286.4446.27
HexCEDC10605DE40562e
Octal31633420601351610012656
Binary11001110110111001000011001011101111010000001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDC10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDC10; }

 p { color: rgb(206,220,16); }

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

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

 a { background-color: rgb(206,220,16); }

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

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

 span { border-color: rgb(206,220,16); }

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