Html Css Color HEX #D3B104 Bird Flower

📋 copy color: '#D3B104'

red 211 ◦ green 177 ◦ blue 4

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

Shades of Bird Flower #D3B104

Tints of Bird Flower #D3B104

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.15%

 BLUE value IS 4 (1.95% from 255) = 1.02%

R = 53.83%
G = 45.15%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D3B104 (or 0xD3B104) is known color: Bird Flower. HEX triplet: D3, B1 and 04. RGB value is (211,177,4). Sum of RGB (Red+Green+Blue) = 211+177+4=392 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.83% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 4 (1.95% from 255 or 1.02% from 392); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3B104 is #2C4EFB. Grayscale: #A8A8A8. Windows color (decimal): -2903804 or 307667. OLE color: 307667.

HSL color Cylindrical-coordinate representation of color #D3B104: hue angle of 50.14º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D3B104 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 177 4 -
CMYK 0 0.16 0.98 0.17
HSL 50.14º 0.96% 0.42% -
HSV(B) 50.14º 0.98% 0.83% -
XYZ 42.61 45.3 6.61 -
YUV 167.44 35.76 159.07 -
System Red Green Blue C M Y K H S L
Decimal 211 177 4 0 0.16 0.98 0.17 50.14 0.96 0.42
Hex D3 B1 4 0 10 62 11 32 60 2A
Octal 323 261 4 0 20 142 21 62 140 52
Binary 11010011 10110001 100 0 10000 1100010 10001 110010 1100000 101010

Color Harmonies of #D3B104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B104

Black with #D3B104

Text Example


Text Example

White with #D3B104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B104; }

 p { color: rgb(211,177,4); }

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

background-color css

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

 a { background-color: rgb(211,177,4); }

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

border-color css

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

 span { border-color: rgb(211,177,4); }

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