Html Css Color HEX #D1BC00 Bird Flower

📋 copy color: '#D1BC00'

red 209 ◦ green 188 ◦ blue 0

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

Shades of Bird Flower #D1BC00

Tints of Bird Flower #D1BC00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.64%
G = 47.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D1BC00 (or 0xD1BC00) is known color: Bird Flower. HEX triplet: D1, BC and 00. RGB value is (209,188,0). Sum of RGB (Red+Green+Blue) = 209+188+0=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BC00 is #2E43FF. Grayscale: #ADADAD. Windows color (decimal): -3032064 or 48337. OLE color: 48337.

HSL color Cylindrical-coordinate representation of color #D1BC00: hue angle of 53.97º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1BC00 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 188 0 -
CMYK 0 0.10 1 0.18
HSL 53.97º 1% 0.41% -
HSV(B) 53.97º 1% 0.82% -
XYZ 44.28 49.52 7.22 -
YUV 172.85 30.46 153.79 -
System Red Green Blue C M Y K H S L
Decimal 209 188 0 0 0.10 1 0.18 53.97 1 0.41
Hex D1 BC 0 0 A 64 12 36 64 29
Octal 321 274 0 0 12 144 22 66 144 51
Binary 11010001 10111100 0 0 1010 1100100 10010 110110 1100100 101001

Color Harmonies of #D1BC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BC00

Black with #D1BC00

Text Example


Text Example

White with #D1BC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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