Html Css Color HEX #D1B700 Bird Flower

📋 copy color: '#D1B700'

red 209 ◦ green 183 ◦ blue 0

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

Shades of Bird Flower #D1B700

Tints of Bird Flower #D1B700

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.68%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.32%
G = 46.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D1B700 (or 0xD1B700) is known color: Bird Flower. HEX triplet: D1, B7 and 00. RGB value is (209,183,0). Sum of RGB (Red+Green+Blue) = 209+183+0=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1B700 is #2E48FF. Grayscale: #AAAAAA. Windows color (decimal): -3033344 or 47057. OLE color: 47057.

HSL color Cylindrical-coordinate representation of color #D1B700: hue angle of 52.54º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1B700 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 183 0 -
CMYK 0 0.12 1 0.18
HSL 52.54º 1% 0.41% -
HSV(B) 52.54º 1% 0.82% -
XYZ 43.23 47.42 6.88 -
YUV 169.91 32.11 155.88 -
System Red Green Blue C M Y K H S L
Decimal 209 183 0 0 0.12 1 0.18 52.54 1 0.41
Hex D1 B7 0 0 C 64 12 35 64 29
Octal 321 267 0 0 14 144 22 65 144 51
Binary 11010001 10110111 0 0 1100 1100100 10010 110101 1100100 101001

Color Harmonies of #D1B700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B700

Black with #D1B700

Text Example


Text Example

White with #D1B700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B700; }

 p { color: rgb(209,183,0); }

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

background-color css

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

 a { background-color: rgb(209,183,0); }

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

border-color css

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

 span { border-color: rgb(209,183,0); }

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