#ced126

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

Shades of Barberry #CED126

Tints of Barberry #CED126

Color information

#CED126 (or 0xCED126) is unknown color: approx Barberry. HEX triplet: CE, D1 and 26. RGB value is (206,209,38). Sum of RGB (Red+Green+Blue) = 206+209+38=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 209 (82.03% from 255 or 46.14% from 453); Blue value is 38 (15.23% from 255 or 8.39% from 453); Max value from RGB is 209 - color contains mainly: green. Hex color #CED126 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED126 is #312ED9. Grayscale: #BDBDBD. Windows color (decimal): -3223258 or 2544078. OLE color: 2544078.

HSL color Cylindrical-coordinate representation of color #CED126: hue angle of 61.05º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CED126 is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB20620938-
CMYK0.0100.820.18
HSL61.05º69.23%48.43%-
HSV(B)61.05º81.82%81.96%-
XYZ48.658.8610.63-
YUV188.6143.01140.4-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.47%
GREEN value IS 209 (82.03% from 255) = 46.14%
BLUE value IS 38 (15.23% from 255) = 8.39%
R=45.47%
G=46.14%
B=8.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal206209380.0100.820.1861.0569.2348.43
HexCED1261052123d4530
Octal3163214610122227510560
Binary1100111011010001100110101010010100101111011000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ced126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ced126; }

 p { color: rgb(206,209,38); }

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

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

 a { background-color: rgb(206,209,38); }

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

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

 span { border-color: rgb(206,209,38); }

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