#CDD31E

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

Shades of Barberry #CDD31E

Tints of Barberry #CDD31E

Color information

#CDD31E (or 0xCDD31E) is unknown color: approx Barberry. HEX triplet: CD, D3 and 1E. RGB value is (205,211,30). Sum of RGB (Red+Green+Blue) = 205+211+30=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 211 (82.81% from 255 or 47.31% from 446); Blue value is 30 (12.11% from 255 or 6.73% from 446); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD31E is #322CE1. Grayscale: #BDBDBD. Windows color (decimal): -3288290 or 2020301. OLE color: 2020301.

HSL color Cylindrical-coordinate representation of color #CDD31E: hue angle of 61.99º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CDD31E is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB20521130-
CMYK0.0300.860.17
HSL61.99º75.1%47.25%-
HSV(B)61.99º85.78%82.75%-
XYZ48.7159.6610.18-
YUV188.5738.51139.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.96%
GREEN value IS 211 (82.81% from 255) = 47.31%
BLUE value IS 30 (12.11% from 255) = 6.73%
R=45.96%
G=47.31%
B=6.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal205211300.0300.860.1761.9975.147.25
HexCDD31E3056113e4b2f
Octal3153233630126217611357
Binary1100110111010011111101101010110100011111101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD31E; }

 p { color: rgb(205,211,30); }

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

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

 a { background-color: rgb(205,211,30); }

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

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

 span { border-color: rgb(205,211,30); }

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