Html Css Color HEX #D1B307 Bird Flower

📋 copy color: '#D1B307'

red 209 ◦ green 179 ◦ blue 7

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

Shades of Bird Flower #D1B307

Tints of Bird Flower #D1B307

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.32%

 BLUE value IS 7 (3.13% from 255) = 1.77%

R = 52.91%
G = 45.32%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D1B307 (or 0xD1B307) is known color: Bird Flower. HEX triplet: D1, B3 and 07. RGB value is (209,179,7). Sum of RGB (Red+Green+Blue) = 209+179+7=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 7 (3.12% from 255 or 1.77% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1B307 is #2E4CF8. Grayscale: #A9A9A9. Windows color (decimal): -3034361 or 504785. OLE color: 504785.

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

Color convert

RGB 209 179 7 -
CMYK 0 0.14 0.97 0.18
HSL 51.09º 0.94% 0.42% -
HSV(B) 51.09º 0.97% 0.82% -
XYZ 42.45 45.81 6.81 -
YUV 168.36 36.94 156.99 -
System Red Green Blue C M Y K H S L
Decimal 209 179 7 0 0.14 0.97 0.18 51.09 0.94 0.42
Hex D1 B3 7 0 E 61 12 33 5E 2A
Octal 321 263 7 0 16 141 22 63 136 52
Binary 11010001 10110011 111 0 1110 1100001 10010 110011 1011110 101010

Color Harmonies of #D1B307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B307

Black with #D1B307

Text Example


Text Example

White with #D1B307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B307; }

 p { color: rgb(209,179,7); }

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

background-color css

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

 a { background-color: rgb(209,179,7); }

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

border-color css

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

 span { border-color: rgb(209,179,7); }

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