Html Css Color HEX #D1BC1D Bird Flower

📋 copy color: '#D1BC1D'

red 209 ◦ green 188 ◦ blue 29

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

Shades of Bird Flower #D1BC1D

Tints of Bird Flower #D1BC1D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.13%

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

R = 49.06%
G = 44.13%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1BC1D (or 0xD1BC1D) is known color: Bird Flower. HEX triplet: D1, BC and 1D. RGB value is (209,188,29). Sum of RGB (Red+Green+Blue) = 209+188+29=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 29 (11.72% from 255 or 6.81% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BC1D is #2E43E2. Grayscale: #B0B0B0. Windows color (decimal): -3032035 or 1948881. OLE color: 1948881.

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

Color convert

RGB 209 188 29 -
CMYK 0 0.10 0.86 0.18
HSL 53º 0.76% 0.47% -
HSV(B) 53º 0.86% 0.82% -
XYZ 44.5 49.61 8.39 -
YUV 176.15 44.96 151.43 -
System Red Green Blue C M Y K H S L
Decimal 209 188 29 0 0.10 0.86 0.18 53 0.76 0.47
Hex D1 BC 1D 0 A 56 12 35 4C 2F
Octal 321 274 35 0 12 126 22 65 114 57
Binary 11010001 10111100 11101 0 1010 1010110 10010 110101 1001100 101111

Color Harmonies of #D1BC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BC1D

Black with #D1BC1D

Text Example


Text Example

White with #D1BC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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