Html Css Color HEX #D6C600 Bird Flower

📋 copy color: '#D6C600'

red 214 ◦ green 198 ◦ blue 0

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

Shades of Bird Flower #D6C600

Tints of Bird Flower #D6C600

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.06%

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

R = 51.94%
G = 48.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D6C600 (or 0xD6C600) is known color: Bird Flower. HEX triplet: D6, C6 and 00. RGB value is (214,198,0). Sum of RGB (Red+Green+Blue) = 214+198+0=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 198 (77.73% from 255 or 48.06% from 412); Blue value is 0 (0.39% from 255 or 0% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C600 is #2939FF. Grayscale: #B5B5B5. Windows color (decimal): -2701824 or 50902. OLE color: 50902.

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

Color convert

RGB 214 198 0 -
CMYK 0 0.07 1 0.16
HSL 55.51º 1% 0.42% -
HSV(B) 55.51º 1% 0.84% -
XYZ 47.93 54.68 8.03 -
YUV 180.21 26.3 152.1 -
System Red Green Blue C M Y K H S L
Decimal 214 198 0 0 0.07 1 0.16 55.51 1 0.42
Hex D6 C6 0 0 7 64 10 38 64 2A
Octal 326 306 0 0 7 144 20 70 144 52
Binary 11010110 11000110 0 0 111 1100100 10000 111000 1100100 101010

Color Harmonies of #D6C600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C600

Black with #D6C600

Text Example


Text Example

White with #D6C600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C600; }

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

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

background-color css

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

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

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

border-color css

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

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

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