Html Css Color HEX #D6C511 Bird Flower

📋 copy color: '#D6C511'

red 214 ◦ green 197 ◦ blue 17

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

Shades of Bird Flower #D6C511

Tints of Bird Flower #D6C511

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.03%

 BLUE value IS 17 (7.03% from 255) = 3.97%

R = 50%
G = 46.03%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D6C511 (or 0xD6C511) is known color: Bird Flower. HEX triplet: D6, C5 and 11. RGB value is (214,197,17). Sum of RGB (Red+Green+Blue) = 214+197+17=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 17 (7.03% from 255 or 3.97% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C511 is #293AEE. Grayscale: #B6B6B6. Windows color (decimal): -2702063 or 1164758. OLE color: 1164758.

HSL color Cylindrical-coordinate representation of color #D6C511: hue angle of 54.82º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D6C511 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 197 17 -
CMYK 0 0.08 0.92 0.16
HSL 54.82º 0.85% 0.45% -
HSV(B) 54.82º 0.92% 0.84% -
XYZ 47.8 54.27 8.49 -
YUV 181.56 35.13 151.14 -
System Red Green Blue C M Y K H S L
Decimal 214 197 17 0 0.08 0.92 0.16 54.82 0.85 0.45
Hex D6 C5 11 0 8 5C 10 37 55 2D
Octal 326 305 21 0 10 134 20 67 125 55
Binary 11010110 11000101 10001 0 1000 1011100 10000 110111 1010101 101101

Color Harmonies of #D6C511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C511

Black with #D6C511

Text Example


Text Example

White with #D6C511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C511; }

 p { color: rgb(214,197,17); }

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

background-color css

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

 a { background-color: rgb(214,197,17); }

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

border-color css

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

 span { border-color: rgb(214,197,17); }

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