#CFD518

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

Shades of Barberry #CFD518

Tints of Barberry #CFD518

Color information

#CFD518 (or 0xCFD518) is unknown color: approx Barberry. HEX triplet: CF, D5 and 18. RGB value is (207,213,24). Sum of RGB (Red+Green+Blue) = 207+213+24=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 213 (83.59% from 255 or 47.97% from 444); Blue value is 24 (9.77% from 255 or 5.41% from 444); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD518 is #302AE7. Grayscale: #BEBEBE. Windows color (decimal): -3156712 or 1627599. OLE color: 1627599.

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

Color convert

RGB20721324-
CMYK0.0300.890.16
HSL61.9º79.75%46.47%-
HSV(B)61.9º88.73%83.53%-
XYZ49.6960.9210-
YUV189.6634.51140.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.62%
GREEN value IS 213 (83.59% from 255) = 47.97%
BLUE value IS 24 (9.77% from 255) = 5.41%
R=46.62%
G=47.97%
B=5.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal207213240.0300.890.1661.979.7546.47
HexCFD5183059103e502e
Octal3173253030131207612056
Binary1100111111010101110001101011001100001111101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD518; }

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

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

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

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

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

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

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

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