#D6CE1E

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

Shades of Barberry #D6CE1E

Tints of Barberry #D6CE1E

Color information

#D6CE1E (or 0xD6CE1E) is unknown color: approx Barberry. HEX triplet: D6, CE and 1E. RGB value is (214,206,30). Sum of RGB (Red+Green+Blue) = 214+206+30=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 30 (12.11% from 255 or 6.67% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CE1E is #2931E1. Grayscale: #BDBDBD. Windows color (decimal): -2699746 or 2019030. OLE color: 2019030.

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

Color convert

RGB21420630-
CMYK00.040.860.16
HSL57.39º75.41%47.84%-
HSV(B)57.39º85.98%83.92%-
XYZ50.0458.539.89-
YUV188.3338.65146.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.56%
GREEN value IS 206 (80.86% from 255) = 45.78%
BLUE value IS 30 (12.11% from 255) = 6.67%
R=47.56%
G=45.78%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142063000.040.860.1657.3975.4147.84
HexD6CE1E045610394b30
Octal3263163604126207111360
Binary11010110110011101111001001010110100001110011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CE1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CE1E; }

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

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

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

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

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

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

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

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