Html Css Color HEX #D1BF07 Bird Flower

📋 copy color: '#D1BF07'

red 209 ◦ green 191 ◦ blue 7

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

Shades of Bird Flower #D1BF07

Tints of Bird Flower #D1BF07

RGB

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

 GREEN value IS 191 (75% from 255) = 46.93%

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

R = 51.35%
G = 46.93%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D1BF07 (or 0xD1BF07) is known color: Bird Flower. HEX triplet: D1, BF and 07. RGB value is (209,191,7). Sum of RGB (Red+Green+Blue) = 209+191+7=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 7 (3.12% from 255 or 1.72% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BF07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BF07 is #2E40F8. Grayscale: #B0B0B0. Windows color (decimal): -3031289 or 507857. OLE color: 507857.

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

Color convert

RGB 209 191 7 -
CMYK 0 0.09 0.97 0.18
HSL 54.65º 0.94% 0.42% -
HSV(B) 54.65º 0.97% 0.82% -
XYZ 44.96 50.83 7.64 -
YUV 175.41 32.96 151.96 -
System Red Green Blue C M Y K H S L
Decimal 209 191 7 0 0.09 0.97 0.18 54.65 0.94 0.42
Hex D1 BF 7 0 9 61 12 37 5E 2A
Octal 321 277 7 0 11 141 22 67 136 52
Binary 11010001 10111111 111 0 1001 1100001 10010 110111 1011110 101010

Color Harmonies of #D1BF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BF07

Black with #D1BF07

Text Example


Text Example

White with #D1BF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BF07; }

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

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

background-color css

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

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

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

border-color css

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

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

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