Html Css Color HEX #D6C50F Bird Flower

📋 copy color: '#D6C50F'

red 214 ◦ green 197 ◦ blue 15

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

Shades of Bird Flower #D6C50F

Tints of Bird Flower #D6C50F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.52%

R = 50.23%
G = 46.24%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6C50F (or 0xD6C50F) is known color: Bird Flower. HEX triplet: D6, C5 and 0F. RGB value is (214,197,15). Sum of RGB (Red+Green+Blue) = 214+197+15=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 197 (77.34% from 255 or 46.24% from 426); Blue value is 15 (6.25% from 255 or 3.52% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C50F is #293AF0. Grayscale: #B6B6B6. Windows color (decimal): -2702065 or 1033686. OLE color: 1033686.

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

Color convert

RGB 214 197 15 -
CMYK 0 0.08 0.93 0.16
HSL 54.87º 0.87% 0.45% -
HSV(B) 54.87º 0.93% 0.84% -
XYZ 47.78 54.26 8.41 -
YUV 181.34 34.13 151.3 -
System Red Green Blue C M Y K H S L
Decimal 214 197 15 0 0.08 0.93 0.16 54.87 0.87 0.45
Hex D6 C5 F 0 8 5D 10 37 57 2D
Octal 326 305 17 0 10 135 20 67 127 55
Binary 11010110 11000101 1111 0 1000 1011101 10000 110111 1010111 101101

Color Harmonies of #D6C50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C50F

Black with #D6C50F

Text Example


Text Example

White with #D6C50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C50F; }

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

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

background-color css

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

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

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

border-color css

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

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

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