Html Css Color HEX #D1B615 Bird Flower

📋 copy color: '#D1B615'

red 209 ◦ green 182 ◦ blue 21

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

Shades of Bird Flower #D1B615

Tints of Bird Flower #D1B615

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.17%

 BLUE value IS 21 (8.59% from 255) = 5.1%

R = 50.73%
G = 44.17%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D1B615 (or 0xD1B615) is known color: Bird Flower. HEX triplet: D1, B6 and 15. RGB value is (209,182,21). Sum of RGB (Red+Green+Blue) = 209+182+21=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 182 (71.48% from 255 or 44.17% from 412); Blue value is 21 (8.59% from 255 or 5.10% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1B615 is #2E49EA. Grayscale: #ACACAC. Windows color (decimal): -3033579 or 1423057. OLE color: 1423057.

HSL color Cylindrical-coordinate representation of color #D1B615: hue angle of 51.38º degrees, saturation: 0.82, 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 #D1B615 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 182 21 -
CMYK 0 0.13 0.90 0.18
HSL 51.38º 0.82% 0.45% -
HSV(B) 51.38º 0.9% 0.82% -
XYZ 43.16 47.07 7.52 -
YUV 171.72 42.95 154.59 -
System Red Green Blue C M Y K H S L
Decimal 209 182 21 0 0.13 0.90 0.18 51.38 0.82 0.45
Hex D1 B6 15 0 D 5A 12 33 52 2D
Octal 321 266 25 0 15 132 22 63 122 55
Binary 11010001 10110110 10101 0 1101 1011010 10010 110011 1010010 101101

Color Harmonies of #D1B615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B615

Black with #D1B615

Text Example


Text Example

White with #D1B615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B615; }

 p { color: rgb(209,182,21); }

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

background-color css

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

 a { background-color: rgb(209,182,21); }

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

border-color css

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

 span { border-color: rgb(209,182,21); }

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