#D5C41E

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

Shades of Barberry #D5C41E

Tints of Barberry #D5C41E

Color information

#D5C41E (or 0xD5C41E) is unknown color: approx Barberry. HEX triplet: D5, C4 and 1E. RGB value is (213,196,30). Sum of RGB (Red+Green+Blue) = 213+196+30=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 196 (76.95% from 255 or 44.65% from 439); Blue value is 30 (12.11% from 255 or 6.83% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C41E is #2A3BE1. Grayscale: #B6B6B6. Windows color (decimal): -2767842 or 2016469. OLE color: 2016469.

HSL color Cylindrical-coordinate representation of color #D5C41E: hue angle of 54.43º 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 #D5C41E is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB21319630-
CMYK00.080.860.16
HSL54.43º75.31%47.65%-
HSV(B)54.43º85.92%83.53%-
XYZ47.4153.729.1-
YUV182.1642.13150-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.52%
GREEN value IS 196 (76.95% from 255) = 44.65%
BLUE value IS 30 (12.11% from 255) = 6.83%
R=48.52%
G=44.65%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131963000.080.860.1654.4375.3147.65
HexD5C41E085610364b30
Octal32530436010126206611360
Binary110101011100010011110010001010110100001101101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C41E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C41E; }

 p { color: rgb(213,196,30); }

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

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

 a { background-color: rgb(213,196,30); }

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

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

 span { border-color: rgb(213,196,30); }

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