#d6c900

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

Shades of Bird Flower #D6C900

Tints of Bird Flower #D6C900

Color information

#D6C900 (or 0xD6C900) is unknown color: approx Bird Flower. HEX triplet: D6, C9 and 00. RGB value is (214,201,0). Sum of RGB (Red+Green+Blue) = 214+201+0=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 201 (78.91% from 255 or 48.43% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C900 is #2936FF. Grayscale: #B6B6B6. Windows color (decimal): -2701056 or 51670. OLE color: 51670.

HSL color Cylindrical-coordinate representation of color #D6C900: hue angle of 56.36º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D6C900 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB2142010-
CMYK00.0610.16
HSL56.36º100%41.96%-
HSV(B)56.36º100%83.92%-
XYZ48.6256.078.26-
YUV181.9725.31150.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.57%
GREEN value IS 201 (78.91% from 255) = 48.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.57%
G=48.43%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 1
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214201000.0610.1656.3610041.96
HexD6C9006641038642a
Octal326311006144207014452
Binary1101011011001001001101100100100001110001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6c900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6c900; }

 p { color: rgb(214,201,0); }

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

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

 a { background-color: rgb(214,201,0); }

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

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

 span { border-color: rgb(214,201,0); }

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