#CFC01E

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

Shades of Barberry #CFC01E

Tints of Barberry #CFC01E

Color information

#CFC01E (or 0xCFC01E) is unknown color: approx Barberry. HEX triplet: CF, C0 and 1E. RGB value is (207,192,30). Sum of RGB (Red+Green+Blue) = 207+192+30=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 30 (12.11% from 255 or 6.99% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC01E is #303FE1. Grayscale: #B2B2B2. Windows color (decimal): -3162082 or 2015439. OLE color: 2015439.

HSL color Cylindrical-coordinate representation of color #CFC01E: hue angle of 54.92º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFC01E is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB20719230-
CMYK00.070.860.19
HSL54.92º74.68%46.47%-
HSV(B)54.92º85.51%81.18%-
XYZ44.8251.068.72-
YUV178.0244.47148.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.25%
GREEN value IS 192 (75.39% from 255) = 44.76%
BLUE value IS 30 (12.11% from 255) = 6.99%
R=48.25%
G=44.76%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071923000.070.860.1954.9274.6846.47
HexCFC01E075613374b2e
Octal3173003607126236711356
Binary11001111110000001111001111010110100111101111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC01E; }

 p { color: rgb(207,192,30); }

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

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

 a { background-color: rgb(207,192,30); }

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

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

 span { border-color: rgb(207,192,30); }

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