#CDDB17

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

Shades of Barberry #CDDB17

Tints of Barberry #CDDB17

Color information

#CDDB17 (or 0xCDDB17) is unknown color: approx Barberry. HEX triplet: CD, DB and 17. RGB value is (205,219,23). Sum of RGB (Red+Green+Blue) = 205+219+23=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 219 (85.94% from 255 or 48.99% from 447); Blue value is 23 (9.38% from 255 or 5.15% from 447); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDB17 is #3224E8. Grayscale: #C1C1C1. Windows color (decimal): -3286249 or 1563597. OLE color: 1563597.

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

Color convert

RGB20521923-
CMYK0.0600.890.14
HSL64.29º80.99%47.45%-
HSV(B)64.29º89.5%85.88%-
XYZ50.6663.710.44-
YUV192.4732.36136.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.86%
GREEN value IS 219 (85.94% from 255) = 48.99%
BLUE value IS 23 (9.38% from 255) = 5.15%
R=45.86%
G=48.99%
B=5.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal205219230.0600.890.1464.2980.9947.45
HexCDDB176059E40512f
Octal31533327601311610012157
Binary11001101110110111011111001011001111010000001010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDB17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDB17; }

 p { color: rgb(205,219,23); }

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

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

 a { background-color: rgb(205,219,23); }

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

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

 span { border-color: rgb(205,219,23); }

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