Html Css Color HEX #D1BC06 Bird Flower

📋 copy color: '#D1BC06'

red 209 ◦ green 188 ◦ blue 6

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

Shades of Bird Flower #D1BC06

Tints of Bird Flower #D1BC06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.49%

R = 51.86%
G = 46.65%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D1BC06 (or 0xD1BC06) is known color: Bird Flower. HEX triplet: D1, BC and 06. RGB value is (209,188,6). Sum of RGB (Red+Green+Blue) = 209+188+6=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 6 (2.73% from 255 or 1.49% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BC06 is #2E43F9. Grayscale: #AEAEAE. Windows color (decimal): -3032058 or 441553. OLE color: 441553.

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

Color convert

RGB 209 188 6 -
CMYK 0 0.10 0.97 0.18
HSL 53.79º 0.94% 0.42% -
HSV(B) 53.79º 0.97% 0.82% -
XYZ 44.31 49.53 7.4 -
YUV 173.53 33.46 153.3 -
System Red Green Blue C M Y K H S L
Decimal 209 188 6 0 0.10 0.97 0.18 53.79 0.94 0.42
Hex D1 BC 6 0 A 61 12 36 5E 2A
Octal 321 274 6 0 12 141 22 66 136 52
Binary 11010001 10111100 110 0 1010 1100001 10010 110110 1011110 101010

Color Harmonies of #D1BC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BC06

Black with #D1BC06

Text Example


Text Example

White with #D1BC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BC06; }

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

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

background-color css

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

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

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

border-color css

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

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

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