Html Css Color HEX #D3B313 Bird Flower

📋 copy color: '#D3B313'

red 211 ◦ green 179 ◦ blue 19

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

Shades of Bird Flower #D3B313

Tints of Bird Flower #D3B313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.65%

R = 51.59%
G = 43.77%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D3B313 (or 0xD3B313) is known color: Bird Flower. HEX triplet: D3, B3 and 13. RGB value is (211,179,19). Sum of RGB (Red+Green+Blue) = 211+179+19=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 19 (7.81% from 255 or 4.65% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3B313 is #2C4CEC. Grayscale: #ABABAB. Windows color (decimal): -2903277 or 1291219. OLE color: 1291219.

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

Color convert

RGB 211 179 19 -
CMYK 0 0.15 0.91 0.17
HSL 50º 0.83% 0.45% -
HSV(B) 50º 0.91% 0.83% -
XYZ 43.1 46.14 7.25 -
YUV 170.33 42.6 157.01 -
System Red Green Blue C M Y K H S L
Decimal 211 179 19 0 0.15 0.91 0.17 50 0.83 0.45
Hex D3 B3 13 0 F 5B 11 32 53 2D
Octal 323 263 23 0 17 133 21 62 123 55
Binary 11010011 10110011 10011 0 1111 1011011 10001 110010 1010011 101101

Color Harmonies of #D3B313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B313

Black with #D3B313

Text Example


Text Example

White with #D3B313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B313; }

 p { color: rgb(211,179,19); }

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

background-color css

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

 a { background-color: rgb(211,179,19); }

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

border-color css

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

 span { border-color: rgb(211,179,19); }

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