Html Css Color HEX #D3B917 Bird Flower

📋 copy color: '#D3B917'

red 211 ◦ green 185 ◦ blue 23

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

Shades of Bird Flower #D3B917

Tints of Bird Flower #D3B917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.49%

R = 50.36%
G = 44.15%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D3B917 (or 0xD3B917) is known color: Bird Flower. HEX triplet: D3, B9 and 17. RGB value is (211,185,23). Sum of RGB (Red+Green+Blue) = 211+185+23=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 23 (9.38% from 255 or 5.49% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B917 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3B917 is #2C46E8. Grayscale: #AEAEAE. Windows color (decimal): -2901737 or 1554899. OLE color: 1554899.

HSL color Cylindrical-coordinate representation of color #D3B917: hue angle of 51.7º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D3B917 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 185 23 -
CMYK 0 0.12 0.89 0.17
HSL 51.7º 0.8% 0.46% -
HSV(B) 51.7º 0.89% 0.83% -
XYZ 44.37 48.61 7.85 -
YUV 174.31 42.61 154.17 -
System Red Green Blue C M Y K H S L
Decimal 211 185 23 0 0.12 0.89 0.17 51.7 0.8 0.46
Hex D3 B9 17 0 C 59 11 34 50 2E
Octal 323 271 27 0 14 131 21 64 120 56
Binary 11010011 10111001 10111 0 1100 1011001 10001 110100 1010000 101110

Color Harmonies of #D3B917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B917

Black with #D3B917

Text Example


Text Example

White with #D3B917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B917; }

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

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

background-color css

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

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

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

border-color css

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

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

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