Html Css Color HEX #D3B304 Bird Flower

📋 copy color: '#D3B304'

red 211 ◦ green 179 ◦ blue 4

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

Shades of Bird Flower #D3B304

Tints of Bird Flower #D3B304

RGB

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

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

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

R = 53.55%
G = 45.43%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D3B304 (or 0xD3B304) is known color: Bird Flower. HEX triplet: D3, B3 and 04. RGB value is (211,179,4). Sum of RGB (Red+Green+Blue) = 211+179+4=394 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.55% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 4 (1.95% from 255 or 1.02% from 394); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3B304 is #2C4CFB. Grayscale: #A9A9A9. Windows color (decimal): -2903292 or 308179. OLE color: 308179.

HSL color Cylindrical-coordinate representation of color #D3B304: hue angle of 50.72º 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 #D3B304 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 179 4 -
CMYK 0 0.15 0.98 0.17
HSL 50.72º 0.96% 0.42% -
HSV(B) 50.72º 0.98% 0.83% -
XYZ 43.01 46.1 6.75 -
YUV 168.62 35.1 158.23 -
System Red Green Blue C M Y K H S L
Decimal 211 179 4 0 0.15 0.98 0.17 50.72 0.96 0.42
Hex D3 B3 4 0 F 62 11 33 60 2A
Octal 323 263 4 0 17 142 21 63 140 52
Binary 11010011 10110011 100 0 1111 1100010 10001 110011 1100000 101010

Color Harmonies of #D3B304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B304

Black with #D3B304

Text Example


Text Example

White with #D3B304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B304; }

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

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

background-color css

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

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

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

border-color css

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

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

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