#D6D510

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

Shades of Barberry #D6D510

Tints of Barberry #D6D510

Color information

#D6D510 (or 0xD6D510) is unknown color: approx Barberry. HEX triplet: D6, D5 and 10. RGB value is (214,213,16). Sum of RGB (Red+Green+Blue) = 214+213+16=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 213 (83.59% from 255 or 48.08% from 443); Blue value is 16 (6.64% from 255 or 3.61% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6D510 is #292AEF. Grayscale: #BFBFBF. Windows color (decimal): -2697968 or 1103318. OLE color: 1103318.

HSL color Cylindrical-coordinate representation of color #D6D510: hue angle of 59.7º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6D510 is Cyan = 0, Magento = 0.00, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB21421316-
CMYK00.000.930.16
HSL59.7º86.09%45.1%-
HSV(B)59.7º92.52%83.92%-
XYZ51.6261.929.72-
YUV190.8429.33144.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.31%
GREEN value IS 213 (83.59% from 255) = 48.08%
BLUE value IS 16 (6.64% from 255) = 3.61%
R=48.31%
G=48.08%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142131600.000.930.1659.786.0945.1
HexD6D510005D103c562d
Octal3263252000135207412655
Binary110101101101010110000001011101100001111001010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D510; }

 p { color: rgb(214,213,16); }

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

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

 a { background-color: rgb(214,213,16); }

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

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

 span { border-color: rgb(214,213,16); }

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