Html Css Color HEX #D6CD11 Bird Flower

📋 copy color: '#D6CD11'

red 214 ◦ green 205 ◦ blue 17

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

Shades of Bird Flower #D6CD11

Tints of Bird Flower #D6CD11

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.02%

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

R = 49.08%
G = 47.02%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D6CD11 (or 0xD6CD11) is known color: Bird Flower. HEX triplet: D6, CD and 11. RGB value is (214,205,17). Sum of RGB (Red+Green+Blue) = 214+205+17=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 17 (7.03% from 255 or 3.90% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CD11 is #2932EE. Grayscale: #BBBBBB. Windows color (decimal): -2700015 or 1166806. OLE color: 1166806.

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

Color convert

RGB 214 205 17 -
CMYK 0 0.04 0.92 0.16
HSL 57.26º 0.85% 0.45% -
HSV(B) 57.26º 0.92% 0.84% -
XYZ 49.66 58 9.11 -
YUV 186.26 32.48 147.79 -
System Red Green Blue C M Y K H S L
Decimal 214 205 17 0 0.04 0.92 0.16 57.26 0.85 0.45
Hex D6 CD 11 0 4 5C 10 39 55 2D
Octal 326 315 21 0 4 134 20 71 125 55
Binary 11010110 11001101 10001 0 100 1011100 10000 111001 1010101 101101

Color Harmonies of #D6CD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CD11

Black with #D6CD11

Text Example


Text Example

White with #D6CD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CD11; }

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

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

background-color css

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

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

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

border-color css

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

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

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