Html Css Color HEX #D1B30D Bird Flower

📋 copy color: '#D1B30D'

red 209 ◦ green 179 ◦ blue 13

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

Shades of Bird Flower #D1B30D

Tints of Bird Flower #D1B30D

RGB

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

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

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

R = 52.12%
G = 44.64%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1B30D (or 0xD1B30D) is known color: Bird Flower. HEX triplet: D1, B3 and 0D. RGB value is (209,179,13). Sum of RGB (Red+Green+Blue) = 209+179+13=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 13 (5.47% from 255 or 3.24% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1B30D is #2E4CF2. Grayscale: #A9A9A9. Windows color (decimal): -3034355 or 898001. OLE color: 898001.

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

Color convert

RGB 209 179 13 -
CMYK 0 0.14 0.94 0.18
HSL 50.82º 0.88% 0.44% -
HSV(B) 50.82º 0.94% 0.82% -
XYZ 42.49 45.82 6.99 -
YUV 169.05 39.94 156.5 -
System Red Green Blue C M Y K H S L
Decimal 209 179 13 0 0.14 0.94 0.18 50.82 0.88 0.44
Hex D1 B3 D 0 E 5E 12 33 58 2C
Octal 321 263 15 0 16 136 22 63 130 54
Binary 11010001 10110011 1101 0 1110 1011110 10010 110011 1011000 101100

Color Harmonies of #D1B30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B30D

Black with #D1B30D

Text Example


Text Example

White with #D1B30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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