Html Css Color HEX #D3B915 Bird Flower

📋 copy color: '#D3B915'

red 211 ◦ green 185 ◦ blue 21

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

Shades of Bird Flower #D3B915

Tints of Bird Flower #D3B915

RGB

 RED value IS 211 (82.81% from 255) = 50.6%

 GREEN value IS 185 (72.66% from 255) = 44.36%

 BLUE value IS 21 (8.59% from 255) = 5.04%

R = 50.6%
G = 44.36%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D3B915 (or 0xD3B915) is known color: Bird Flower. HEX triplet: D3, B9 and 15. RGB value is (211,185,21). Sum of RGB (Red+Green+Blue) = 211+185+21=417 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.60% from 417); Green value is 185 (72.66% from 255 or 44.36% from 417); Blue value is 21 (8.59% from 255 or 5.04% from 417); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3B915 is #2C46EA. Grayscale: #AEAEAE. Windows color (decimal): -2901739 or 1423827. OLE color: 1423827.

HSL color Cylindrical-coordinate representation of color #D3B915: hue angle of 51.79º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D3B915 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 185 21 -
CMYK 0 0.12 0.90 0.17
HSL 51.79º 0.82% 0.45% -
HSV(B) 51.79º 0.9% 0.83% -
XYZ 44.35 48.6 7.75 -
YUV 174.08 41.61 154.34 -
System Red Green Blue C M Y K H S L
Decimal 211 185 21 0 0.12 0.90 0.17 51.79 0.82 0.45
Hex D3 B9 15 0 C 5A 11 34 52 2D
Octal 323 271 25 0 14 132 21 64 122 55
Binary 11010011 10111001 10101 0 1100 1011010 10001 110100 1010010 101101

Color Harmonies of #D3B915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B915

Black with #D3B915

Text Example


Text Example

White with #D3B915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B915; }

 p { color: rgb(211,185,21); }

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

background-color css

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

 a { background-color: rgb(211,185,21); }

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

border-color css

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

 span { border-color: rgb(211,185,21); }

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