Html Css Color HEX #D6C111 Bird Flower

📋 copy color: '#D6C111'

red 214 ◦ green 193 ◦ blue 17

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

Shades of Bird Flower #D6C111

Tints of Bird Flower #D6C111

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.52%

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

R = 50.47%
G = 45.52%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D6C111 (or 0xD6C111) is known color: Bird Flower. HEX triplet: D6, C1 and 11. RGB value is (214,193,17). Sum of RGB (Red+Green+Blue) = 214+193+17=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 193 (75.78% from 255 or 45.52% from 424); Blue value is 17 (7.03% from 255 or 4.01% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C111 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C111 is #293EEE. Grayscale: #B3B3B3. Windows color (decimal): -2703087 or 1163734. OLE color: 1163734.

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

Color convert

RGB 214 193 17 -
CMYK 0 0.10 0.92 0.16
HSL 53.6º 0.85% 0.45% -
HSV(B) 53.6º 0.92% 0.84% -
XYZ 46.9 52.48 8.19 -
YUV 179.22 36.46 152.81 -
System Red Green Blue C M Y K H S L
Decimal 214 193 17 0 0.10 0.92 0.16 53.6 0.85 0.45
Hex D6 C1 11 0 A 5C 10 36 55 2D
Octal 326 301 21 0 12 134 20 66 125 55
Binary 11010110 11000001 10001 0 1010 1011100 10000 110110 1010101 101101

Color Harmonies of #D6C111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C111

Black with #D6C111

Text Example


Text Example

White with #D6C111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C111; }

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

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

background-color css

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

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

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

border-color css

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

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

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