#D6C41E

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

Shades of Barberry #D6C41E

Tints of Barberry #D6C41E

Color information

#D6C41E (or 0xD6C41E) is unknown color: approx Barberry. HEX triplet: D6, C4 and 1E. RGB value is (214,196,30). Sum of RGB (Red+Green+Blue) = 214+196+30=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 196 (76.95% from 255 or 44.55% from 440); Blue value is 30 (12.11% from 255 or 6.82% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C41E is #293BE1. Grayscale: #B7B7B7. Windows color (decimal): -2702306 or 2016470. OLE color: 2016470.

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

Color convert

RGB21419630-
CMYK00.080.860.16
HSL54.13º75.41%47.84%-
HSV(B)54.13º85.98%83.92%-
XYZ47.7153.879.11-
YUV182.4641.96150.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.64%
GREEN value IS 196 (76.95% from 255) = 44.55%
BLUE value IS 30 (12.11% from 255) = 6.82%
R=48.64%
G=44.55%
B=6.82%

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
Decimal2141963000.080.860.1654.1375.4147.84
HexD6C41E085610364b30
Octal32630436010126206611360
Binary110101101100010011110010001010110100001101101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C41E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C41E; }

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

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

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

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

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

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

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

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