#cfd51c

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

Shades of Barberry #CFD51C

Tints of Barberry #CFD51C

Color information

#CFD51C (or 0xCFD51C) is unknown color: approx Barberry. HEX triplet: CF, D5 and 1C. RGB value is (207,213,28). Sum of RGB (Red+Green+Blue) = 207+213+28=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 28 (11.33% from 255 or 6.25% from 448); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD51C is #302AE3. Grayscale: #BEBEBE. Windows color (decimal): -3156708 or 1889743. OLE color: 1889743.

HSL color Cylindrical-coordinate representation of color #CFD51C: hue angle of 61.95º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFD51C is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB20721328-
CMYK0.0300.870.16
HSL61.95º76.76%47.25%-
HSV(B)61.95º86.85%83.53%-
XYZ49.7460.9410.24-
YUV190.1236.51140.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.21%
GREEN value IS 213 (83.59% from 255) = 47.54%
BLUE value IS 28 (11.33% from 255) = 6.25%
R=46.21%
G=47.54%
B=6.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal207213280.0300.870.1661.9576.7647.25
HexCFD51C3057103e4d2f
Octal3173253430127207611557
Binary1100111111010101111001101010111100001111101001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfd51c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfd51c; }

 p { color: rgb(207,213,28); }

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

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

 a { background-color: rgb(207,213,28); }

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

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

 span { border-color: rgb(207,213,28); }

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