#CDD914

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

Shades of Barberry #CDD914

Tints of Barberry #CDD914

Color information

#CDD914 (or 0xCDD914) is unknown color: approx Barberry. HEX triplet: CD, D9 and 14. RGB value is (205,217,20). Sum of RGB (Red+Green+Blue) = 205+217+20=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 217 (85.16% from 255 or 49.10% from 442); Blue value is 20 (8.20% from 255 or 4.52% from 442); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD914 is #3226EB. Grayscale: #BFBFBF. Windows color (decimal): -3286764 or 1366477. OLE color: 1366477.

HSL color Cylindrical-coordinate representation of color #CDD914: hue angle of 63.65º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDD914 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB20521720-
CMYK0.0600.910.15
HSL63.65º83.12%46.47%-
HSV(B)63.65º90.78%85.1%-
XYZ50.1262.6610.11-
YUV190.9531.52138.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.38%
GREEN value IS 217 (85.16% from 255) = 49.10%
BLUE value IS 20 (8.20% from 255) = 4.52%
R=46.38%
G=49.10%
B=4.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal205217200.0600.910.1563.6583.1246.47
HexCDD914605BF40532e
Octal31533124601331710012356
Binary11001101110110011010011001011011111110000001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD914; }

 p { color: rgb(205,217,20); }

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

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

 a { background-color: rgb(205,217,20); }

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

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

 span { border-color: rgb(205,217,20); }

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