#D6C108

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

Shades of Bird Flower #D6C108

Tints of Bird Flower #D6C108

Color information

#D6C108 (or 0xD6C108) is unknown color: approx Bird Flower. HEX triplet: D6, C1 and 08. RGB value is (214,193,8). Sum of RGB (Red+Green+Blue) = 214+193+8=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 193 (75.78% from 255 or 46.51% from 415); Blue value is 8 (3.52% from 255 or 1.93% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C108 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C108 is #293EF7. Grayscale: #B2B2B2. Windows color (decimal): -2703096 or 573910. OLE color: 573910.

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

Color convert

RGB2141938-
CMYK00.100.960.16
HSL53.88º92.79%43.53%-
HSV(B)53.88º96.26%83.92%-
XYZ46.8552.457.89-
YUV178.1931.96153.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.57%
GREEN value IS 193 (75.78% from 255) = 46.51%
BLUE value IS 8 (3.52% from 255) = 1.93%
R=51.57%
G=46.51%
B=1.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.96
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214193800.100.960.1653.8892.7943.53
HexD6C180A6010365d2c
Octal32630110012140206613554
Binary11010110110000011000010101100000100001101101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C108; }

 p { color: rgb(214,193,8); }

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

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

 a { background-color: rgb(214,193,8); }

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

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

 span { border-color: rgb(214,193,8); }

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