Html Css Color HEX #D1BE1A Bird Flower

📋 copy color: '#D1BE1A'

red 209 ◦ green 190 ◦ blue 26

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

Shades of Bird Flower #D1BE1A

Tints of Bird Flower #D1BE1A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.71%

 BLUE value IS 26 (10.55% from 255) = 6.12%

R = 49.18%
G = 44.71%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D1BE1A (or 0xD1BE1A) is known color: Bird Flower. HEX triplet: D1, BE and 1A. RGB value is (209,190,26). Sum of RGB (Red+Green+Blue) = 209+190+26=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 26 (10.55% from 255 or 6.12% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BE1A is #2E41E5. Grayscale: #B1B1B1. Windows color (decimal): -3031526 or 1752785. OLE color: 1752785.

HSL color Cylindrical-coordinate representation of color #D1BE1A: hue angle of 53.77º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1BE1A is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 190 26 -
CMYK 0 0.09 0.88 0.18
HSL 53.77º 0.78% 0.46% -
HSV(B) 53.77º 0.88% 0.82% -
XYZ 44.89 50.46 8.35 -
YUV 176.99 42.79 150.84 -
System Red Green Blue C M Y K H S L
Decimal 209 190 26 0 0.09 0.88 0.18 53.77 0.78 0.46
Hex D1 BE 1A 0 9 58 12 36 4E 2E
Octal 321 276 32 0 11 130 22 66 116 56
Binary 11010001 10111110 11010 0 1001 1011000 10010 110110 1001110 101110

Color Harmonies of #D1BE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BE1A

Black with #D1BE1A

Text Example


Text Example

White with #D1BE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BE1A; }

 p { color: rgb(209,190,26); }

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

background-color css

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

 a { background-color: rgb(209,190,26); }

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

border-color css

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

 span { border-color: rgb(209,190,26); }

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