Html Css Color HEX #D3C503 Bird Flower

📋 copy color: '#D3C503'

red 211 ◦ green 197 ◦ blue 3

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

Shades of Bird Flower #D3C503

Tints of Bird Flower #D3C503

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.93%

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

R = 51.34%
G = 47.93%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D3C503 (or 0xD3C503) is known color: Bird Flower. HEX triplet: D3, C5 and 03. RGB value is (211,197,3). Sum of RGB (Red+Green+Blue) = 211+197+3=411 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.34% from 411); Green value is 197 (77.34% from 255 or 47.93% from 411); Blue value is 3 (1.56% from 255 or 0.73% from 411); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C503 is #2C3AFC. Grayscale: #B3B3B3. Windows color (decimal): -2898685 or 247251. OLE color: 247251.

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

Color convert

RGB 211 197 3 -
CMYK 0 0.07 0.99 0.17
HSL 55.96º 0.97% 0.42% -
HSV(B) 55.96º 0.99% 0.83% -
XYZ 46.85 53.79 8 -
YUV 179.07 28.64 150.77 -
System Red Green Blue C M Y K H S L
Decimal 211 197 3 0 0.07 0.99 0.17 55.96 0.97 0.42
Hex D3 C5 3 0 7 63 11 38 61 2A
Octal 323 305 3 0 7 143 21 70 141 52
Binary 11010011 11000101 11 0 111 1100011 10001 111000 1100001 101010

Color Harmonies of #D3C503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C503

Black with #D3C503

Text Example


Text Example

White with #D3C503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C503; }

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

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

background-color css

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

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

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

border-color css

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

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

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