Html Css Color HEX #D3B903 Bird Flower

📋 copy color: '#D3B903'

red 211 ◦ green 185 ◦ blue 3

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

Shades of Bird Flower #D3B903

Tints of Bird Flower #D3B903

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.75%

R = 52.88%
G = 46.37%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D3B903 (or 0xD3B903) is known color: Bird Flower. HEX triplet: D3, B9 and 03. RGB value is (211,185,3). Sum of RGB (Red+Green+Blue) = 211+185+3=399 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.88% from 399); Green value is 185 (72.66% from 255 or 46.37% from 399); Blue value is 3 (1.56% from 255 or 0.75% from 399); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B903 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3B903 is #2C46FC. Grayscale: #ACACAC. Windows color (decimal): -2901757 or 244179. OLE color: 244179.

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

Color convert

RGB 211 185 3 -
CMYK 0 0.12 0.99 0.17
HSL 52.5º 0.97% 0.42% -
HSV(B) 52.5º 0.99% 0.83% -
XYZ 44.23 48.55 7.13 -
YUV 172.03 32.61 155.8 -
System Red Green Blue C M Y K H S L
Decimal 211 185 3 0 0.12 0.99 0.17 52.5 0.97 0.42
Hex D3 B9 3 0 C 63 11 34 61 2A
Octal 323 271 3 0 14 143 21 64 141 52
Binary 11010011 10111001 11 0 1100 1100011 10001 110100 1100001 101010

Color Harmonies of #D3B903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B903

Black with #D3B903

Text Example


Text Example

White with #D3B903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B903; }

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

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

background-color css

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

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

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

border-color css

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

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

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