#D5D61F

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

Shades of Barberry #D5D61F

Tints of Barberry #D5D61F

Color information

#D5D61F (or 0xD5D61F) is unknown color: approx Barberry. HEX triplet: D5, D6 and 1F. RGB value is (213,214,31). Sum of RGB (Red+Green+Blue) = 213+214+31=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 214 (83.98% from 255 or 46.72% from 458); Blue value is 31 (12.5% from 255 or 6.77% from 458); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D61F is #2A29E0. Grayscale: #C1C1C1. Windows color (decimal): -2763233 or 2086613. OLE color: 2086613.

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

Color convert

RGB21321431-
CMYK0.0000.860.16
HSL60.33º74.69%48.04%-
HSV(B)60.33º85.51%83.92%-
XYZ51.7362.3410.6-
YUV192.8436.67142.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.51%
GREEN value IS 214 (83.98% from 255) = 46.72%
BLUE value IS 31 (12.5% from 255) = 6.77%
R=46.51%
G=46.72%
B=6.77%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213214310.0000.860.1660.3374.6948.04
HexD5D61F0056103c4b30
Octal3253263700126207411360
Binary110101011101011011111001010110100001111001001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D61F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D61F; }

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

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

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

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

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

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

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

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