Html Css Color HEX #D1B015 Bird Flower

📋 copy color: '#D1B015'

red 209 ◦ green 176 ◦ blue 21

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

Shades of Bird Flower #D1B015

Tints of Bird Flower #D1B015

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.35%

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

R = 51.48%
G = 43.35%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D1B015 (or 0xD1B015) is known color: Bird Flower. HEX triplet: D1, B0 and 15. RGB value is (209,176,21). Sum of RGB (Red+Green+Blue) = 209+176+21=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 176 (69.14% from 255 or 43.35% from 406); Blue value is 21 (8.59% from 255 or 5.17% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1B015 is #2E4FEA. Grayscale: #A8A8A8. Windows color (decimal): -3035115 or 1421521. OLE color: 1421521.

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

Color convert

RGB 209 176 21 -
CMYK 0 0.16 0.90 0.18
HSL 49.47º 0.82% 0.45% -
HSV(B) 49.47º 0.9% 0.82% -
XYZ 41.96 44.66 7.12 -
YUV 168.2 44.93 157.1 -
System Red Green Blue C M Y K H S L
Decimal 209 176 21 0 0.16 0.90 0.18 49.47 0.82 0.45
Hex D1 B0 15 0 10 5A 12 31 52 2D
Octal 321 260 25 0 20 132 22 61 122 55
Binary 11010001 10110000 10101 0 10000 1011010 10010 110001 1010010 101101

Color Harmonies of #D1B015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B015

Black with #D1B015

Text Example


Text Example

White with #D1B015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B015; }

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

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

background-color css

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

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

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

border-color css

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

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

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