Html Css Color HEX #D1BC05 Bird Flower

📋 copy color: '#D1BC05'

red 209 ◦ green 188 ◦ blue 5

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

Shades of Bird Flower #D1BC05

Tints of Bird Flower #D1BC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.24%

R = 51.99%
G = 46.77%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D1BC05 (or 0xD1BC05) is known color: Bird Flower. HEX triplet: D1, BC and 05. RGB value is (209,188,5). Sum of RGB (Red+Green+Blue) = 209+188+5=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 5 (2.34% from 255 or 1.24% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BC05 is #2E43FA. Grayscale: #AEAEAE. Windows color (decimal): -3032059 or 376017. OLE color: 376017.

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

Color convert

RGB 209 188 5 -
CMYK 0 0.10 0.98 0.18
HSL 53.82º 0.95% 0.42% -
HSV(B) 53.82º 0.98% 0.82% -
XYZ 44.31 49.53 7.37 -
YUV 173.42 32.96 153.38 -
System Red Green Blue C M Y K H S L
Decimal 209 188 5 0 0.10 0.98 0.18 53.82 0.95 0.42
Hex D1 BC 5 0 A 62 12 36 5F 2A
Octal 321 274 5 0 12 142 22 66 137 52
Binary 11010001 10111100 101 0 1010 1100010 10010 110110 1011111 101010

Color Harmonies of #D1BC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BC05

Black with #D1BC05

Text Example


Text Example

White with #D1BC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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