Html Css Color HEX #D1BB20 Bird Flower

📋 copy color: '#D1BB20'

red 209 ◦ green 187 ◦ blue 32

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

Shades of Bird Flower #D1BB20

Tints of Bird Flower #D1BB20

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.69%

 BLUE value IS 32 (12.89% from 255) = 7.48%

R = 48.83%
G = 43.69%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D1BB20 (or 0xD1BB20) is known color: Bird Flower. HEX triplet: D1, BB and 20. RGB value is (209,187,32). Sum of RGB (Red+Green+Blue) = 209+187+32=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 187 (73.44% from 255 or 43.69% from 428); Blue value is 32 (12.89% from 255 or 7.48% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BB20 is #2E44DF. Grayscale: #B0B0B0. Windows color (decimal): -3032288 or 2145233. OLE color: 2145233.

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

Color convert

RGB 209 187 32 -
CMYK 0 0.11 0.85 0.18
HSL 52.54º 0.73% 0.47% -
HSV(B) 52.54º 0.85% 0.82% -
XYZ 44.33 49.2 8.53 -
YUV 175.91 46.79 151.6 -
System Red Green Blue C M Y K H S L
Decimal 209 187 32 0 0.11 0.85 0.18 52.54 0.73 0.47
Hex D1 BB 20 0 B 55 12 35 49 2F
Octal 321 273 40 0 13 125 22 65 111 57
Binary 11010001 10111011 100000 0 1011 1010101 10010 110101 1001001 101111

Color Harmonies of #D1BB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BB20

Black with #D1BB20

Text Example


Text Example

White with #D1BB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BB20; }

 p { color: rgb(209,187,32); }

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

background-color css

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

 a { background-color: rgb(209,187,32); }

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

border-color css

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

 span { border-color: rgb(209,187,32); }

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