Html Css Color HEX #D1B70D Bird Flower

📋 copy color: '#D1B70D'

red 209 ◦ green 183 ◦ blue 13

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

Shades of Bird Flower #D1B70D

Tints of Bird Flower #D1B70D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.21%

R = 51.6%
G = 45.19%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1B70D (or 0xD1B70D) is known color: Bird Flower. HEX triplet: D1, B7 and 0D. RGB value is (209,183,13). Sum of RGB (Red+Green+Blue) = 209+183+13=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 183 (71.88% from 255 or 45.19% from 405); Blue value is 13 (5.47% from 255 or 3.21% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1B70D is #2E48F2. Grayscale: #ACACAC. Windows color (decimal): -3033331 or 899025. OLE color: 899025.

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

Color convert

RGB 209 183 13 -
CMYK 0 0.12 0.94 0.18
HSL 52.04º 0.88% 0.44% -
HSV(B) 52.04º 0.94% 0.82% -
XYZ 43.3 47.45 7.26 -
YUV 171.39 38.61 154.82 -
System Red Green Blue C M Y K H S L
Decimal 209 183 13 0 0.12 0.94 0.18 52.04 0.88 0.44
Hex D1 B7 D 0 C 5E 12 34 58 2C
Octal 321 267 15 0 14 136 22 64 130 54
Binary 11010001 10110111 1101 0 1100 1011110 10010 110100 1011000 101100

Color Harmonies of #D1B70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B70D

Black with #D1B70D

Text Example


Text Example

White with #D1B70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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