Html Css Color HEX #D1B81D Bird Flower

📋 copy color: '#D1B81D'

red 209 ◦ green 184 ◦ blue 29

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

Shades of Bird Flower #D1B81D

Tints of Bird Flower #D1B81D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.87%

R = 49.53%
G = 43.6%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1B81D (or 0xD1B81D) is known color: Bird Flower. HEX triplet: D1, B8 and 1D. RGB value is (209,184,29). Sum of RGB (Red+Green+Blue) = 209+184+29=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 184 (72.27% from 255 or 43.60% from 422); Blue value is 29 (11.72% from 255 or 6.87% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B81D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B81D is #2E47E2. Grayscale: #AEAEAE. Windows color (decimal): -3033059 or 1947857. OLE color: 1947857.

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

Color convert

RGB 209 184 29 -
CMYK 0 0.12 0.86 0.18
HSL 51.67º 0.76% 0.47% -
HSV(B) 51.67º 0.86% 0.82% -
XYZ 43.66 47.93 8.11 -
YUV 173.81 46.28 153.1 -
System Red Green Blue C M Y K H S L
Decimal 209 184 29 0 0.12 0.86 0.18 51.67 0.76 0.47
Hex D1 B8 1D 0 C 56 12 34 4C 2F
Octal 321 270 35 0 14 126 22 64 114 57
Binary 11010001 10111000 11101 0 1100 1010110 10010 110100 1001100 101111

Color Harmonies of #D1B81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B81D

Black with #D1B81D

Text Example


Text Example

White with #D1B81D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B81D; }

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

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

background-color css

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

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

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

border-color css

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

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

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