#CFDC0B

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

Shades of Barberry #CFDC0B

Tints of Barberry #CFDC0B

Color information

#CFDC0B (or 0xCFDC0B) is unknown color: approx Barberry. HEX triplet: CF, DC and 0B. RGB value is (207,220,11). Sum of RGB (Red+Green+Blue) = 207+220+11=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 220 (86.33% from 255 or 50.23% from 438); Blue value is 11 (4.69% from 255 or 2.51% from 438); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDC0B is #3023F4. Grayscale: #C1C1C1. Windows color (decimal): -3154933 or 777423. OLE color: 777423.

HSL color Cylindrical-coordinate representation of color #CFDC0B: hue angle of 63.73º 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 #CFDC0B is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB20722011-
CMYK0.0600.950.14
HSL63.73º90.48%45.29%-
HSV(B)63.73º95%86.27%-
XYZ51.3964.4810.05-
YUV192.2925.69138.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.26%
GREEN value IS 220 (86.33% from 255) = 50.23%
BLUE value IS 11 (4.69% from 255) = 2.51%
R=47.26%
G=50.23%
B=2.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal207220110.0600.950.1463.7390.4845.29
HexCFDCB605FE405a2d
Octal31733413601371610013255
Binary1100111111011100101111001011111111010000001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDC0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDC0B; }

 p { color: rgb(207,220,11); }

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

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

 a { background-color: rgb(207,220,11); }

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

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

 span { border-color: rgb(207,220,11); }

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