#CBDB0C

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

Shades of Barberry #CBDB0C

Tints of Barberry #CBDB0C

Color information

#CBDB0C (or 0xCBDB0C) is unknown color: approx Barberry. HEX triplet: CB, DB and 0C. RGB value is (203,219,12). Sum of RGB (Red+Green+Blue) = 203+219+12=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 219 (85.94% from 255 or 50.46% from 434); Blue value is 12 (5.08% from 255 or 2.76% from 434); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBDB0C is #3424F3. Grayscale: #BFBFBF. Windows color (decimal): -3417332 or 842699. OLE color: 842699.

HSL color Cylindrical-coordinate representation of color #CBDB0C: hue angle of 64.64º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CBDB0C is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB20321912-
CMYK0.0700.950.14
HSL64.64º89.61%45.29%-
HSV(B)64.64º94.52%85.88%-
XYZ50.0363.399.95-
YUV190.6227.2136.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.77%
GREEN value IS 219 (85.94% from 255) = 50.46%
BLUE value IS 12 (5.08% from 255) = 2.76%
R=46.77%
G=50.46%
B=2.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal203219120.0700.950.1464.6489.6145.29
HexCBDBC705FE415a2d
Octal31333314701371610113255
Binary1100101111011011110011101011111111010000011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDB0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDB0C; }

 p { color: rgb(203,219,12); }

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

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

 a { background-color: rgb(203,219,12); }

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

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

 span { border-color: rgb(203,219,12); }

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