Html Css Color HEX #D1B215 Bird Flower

📋 copy color: '#D1B215'

red 209 ◦ green 178 ◦ blue 21

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

Shades of Bird Flower #D1B215

Tints of Bird Flower #D1B215

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.63%

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

R = 51.23%
G = 43.63%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D1B215 (or 0xD1B215) is known color: Bird Flower. HEX triplet: D1, B2 and 15. RGB value is (209,178,21). Sum of RGB (Red+Green+Blue) = 209+178+21=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 178 (69.92% from 255 or 43.63% from 408); Blue value is 21 (8.59% from 255 or 5.15% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1B215 is #2E4DEA. Grayscale: #AAAAAA. Windows color (decimal): -3034603 or 1422033. OLE color: 1422033.

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

Color convert

RGB 209 178 21 -
CMYK 0 0.15 0.90 0.18
HSL 50.11º 0.82% 0.45% -
HSV(B) 50.11º 0.9% 0.82% -
XYZ 42.35 45.45 7.25 -
YUV 169.37 44.27 156.27 -
System Red Green Blue C M Y K H S L
Decimal 209 178 21 0 0.15 0.90 0.18 50.11 0.82 0.45
Hex D1 B2 15 0 F 5A 12 32 52 2D
Octal 321 262 25 0 17 132 22 62 122 55
Binary 11010001 10110010 10101 0 1111 1011010 10010 110010 1010010 101101

Color Harmonies of #D1B215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B215

Black with #D1B215

Text Example


Text Example

White with #D1B215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B215; }

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

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

background-color css

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

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

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

border-color css

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

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

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