Html Css Color HEX #D1B81C Bird Flower

📋 copy color: '#D1B81C'

red 209 ◦ green 184 ◦ blue 28

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

Shades of Bird Flower #D1B81C

Tints of Bird Flower #D1B81C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.71%

 BLUE value IS 28 (11.33% from 255) = 6.65%

R = 49.64%
G = 43.71%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D1B81C (or 0xD1B81C) is known color: Bird Flower. HEX triplet: D1, B8 and 1C. RGB value is (209,184,28). Sum of RGB (Red+Green+Blue) = 209+184+28=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 184 (72.27% from 255 or 43.71% from 421); Blue value is 28 (11.33% from 255 or 6.65% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B81C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B81C is #2E47E3. Grayscale: #AEAEAE. Windows color (decimal): -3033060 or 1882321. OLE color: 1882321.

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

Color convert

RGB 209 184 28 -
CMYK 0 0.12 0.87 0.18
HSL 51.71º 0.76% 0.46% -
HSV(B) 51.71º 0.87% 0.82% -
XYZ 43.64 47.92 8.05 -
YUV 173.69 45.78 153.18 -
System Red Green Blue C M Y K H S L
Decimal 209 184 28 0 0.12 0.87 0.18 51.71 0.76 0.46
Hex D1 B8 1C 0 C 57 12 34 4C 2E
Octal 321 270 34 0 14 127 22 64 114 56
Binary 11010001 10111000 11100 0 1100 1010111 10010 110100 1001100 101110

Color Harmonies of #D1B81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B81C

Black with #D1B81C

Text Example


Text Example

White with #D1B81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B81C; }

 p { color: rgb(209,184,28); }

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

background-color css

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

 a { background-color: rgb(209,184,28); }

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

border-color css

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

 span { border-color: rgb(209,184,28); }

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