Html Css Color HEX #D1B314 Bird Flower

📋 copy color: '#D1B314'

red 209 ◦ green 179 ◦ blue 20

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

Shades of Bird Flower #D1B314

Tints of Bird Flower #D1B314

RGB

 RED value IS 209 (82.03% from 255) = 51.23%

 GREEN value IS 179 (70.31% from 255) = 43.87%

 BLUE value IS 20 (8.2% from 255) = 4.9%

R = 51.23%
G = 43.87%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D1B314 (or 0xD1B314) is known color: Bird Flower. HEX triplet: D1, B3 and 14. RGB value is (209,179,20). Sum of RGB (Red+Green+Blue) = 209+179+20=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 179 (70.31% from 255 or 43.87% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1B314 is #2E4CEB. Grayscale: #AAAAAA. Windows color (decimal): -3034348 or 1356753. OLE color: 1356753.

HSL color Cylindrical-coordinate representation of color #D1B314: hue angle of 50.48º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1B314 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 179 20 -
CMYK 0 0.14 0.90 0.18
HSL 50.48º 0.83% 0.45% -
HSV(B) 50.48º 0.9% 0.82% -
XYZ 42.54 45.85 7.27 -
YUV 169.84 43.44 155.93 -
System Red Green Blue C M Y K H S L
Decimal 209 179 20 0 0.14 0.90 0.18 50.48 0.83 0.45
Hex D1 B3 14 0 E 5A 12 32 53 2D
Octal 321 263 24 0 16 132 22 62 123 55
Binary 11010001 10110011 10100 0 1110 1011010 10010 110010 1010011 101101

Color Harmonies of #D1B314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B314

Black with #D1B314

Text Example


Text Example

White with #D1B314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B314; }

 p { color: rgb(209,179,20); }

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

background-color css

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

 a { background-color: rgb(209,179,20); }

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

border-color css

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

 span { border-color: rgb(209,179,20); }

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