Html Css Color HEX #D1B007 Bird Flower

📋 copy color: '#D1B007'

red 209 ◦ green 176 ◦ blue 7

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

Shades of Bird Flower #D1B007

Tints of Bird Flower #D1B007

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.9%

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

R = 53.32%
G = 44.9%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D1B007 (or 0xD1B007) is known color: Bird Flower. HEX triplet: D1, B0 and 07. RGB value is (209,176,7). Sum of RGB (Red+Green+Blue) = 209+176+7=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 7 (3.12% from 255 or 1.79% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1B007 is #2E4FF8. Grayscale: #A7A7A7. Windows color (decimal): -3035129 or 504017. OLE color: 504017.

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

Color convert

RGB 209 176 7 -
CMYK 0 0.16 0.97 0.18
HSL 50.2º 0.94% 0.42% -
HSV(B) 50.2º 0.97% 0.82% -
XYZ 41.86 44.62 6.61 -
YUV 166.6 37.93 158.24 -
System Red Green Blue C M Y K H S L
Decimal 209 176 7 0 0.16 0.97 0.18 50.2 0.94 0.42
Hex D1 B0 7 0 10 61 12 32 5E 2A
Octal 321 260 7 0 20 141 22 62 136 52
Binary 11010001 10110000 111 0 10000 1100001 10010 110010 1011110 101010

Color Harmonies of #D1B007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B007

Black with #D1B007

Text Example


Text Example

White with #D1B007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B007; }

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

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

background-color css

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

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

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

border-color css

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

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

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