Html Css Color HEX #D6C000 Bird Flower

📋 copy color: '#D6C000'

red 214 ◦ green 192 ◦ blue 0

#D6C000
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #D6C000

Tints of Bird Flower #D6C000

RGB

 RED value IS 214 (83.98% from 255) = 52.71%

 GREEN value IS 192 (75.39% from 255) = 47.29%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.71%
G = 47.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D6C000 (or 0xD6C000) is known color: Bird Flower. HEX triplet: D6, C0 and 00. RGB value is (214,192,0). Sum of RGB (Red+Green+Blue) = 214+192+0=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 0 (0.39% from 255 or 0% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C000 is #293FFF. Grayscale: #B1B1B1. Windows color (decimal): -2703360 or 49366. OLE color: 49366.

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

Color convert

RGB 214 192 0 -
CMYK 0 0.10 1 0.16
HSL 53.83º 1% 0.42% -
HSV(B) 53.83º 1% 0.84% -
XYZ 46.58 52 7.58 -
YUV 176.69 28.29 154.61 -
System Red Green Blue C M Y K H S L
Decimal 214 192 0 0 0.10 1 0.16 53.83 1 0.42
Hex D6 C0 0 0 A 64 10 36 64 2A
Octal 326 300 0 0 12 144 20 66 144 52
Binary 11010110 11000000 0 0 1010 1100100 10000 110110 1100100 101010

Color Harmonies of #D6C000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C000

Black with #D6C000

Text Example


Text Example

White with #D6C000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C000; }

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

 H1.HeaderClassName
 {
   color: #D6C000;
 }
 .AnyTagClassName
 {
   color: #D6C000;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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