Html Css Color HEX #D3C505 Bird Flower

📋 copy color: '#D3C505'

red 211 ◦ green 197 ◦ blue 5

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

Shades of Bird Flower #D3C505

Tints of Bird Flower #D3C505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.21%

R = 51.09%
G = 47.7%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D3C505 (or 0xD3C505) is known color: Bird Flower. HEX triplet: D3, C5 and 05. RGB value is (211,197,5). Sum of RGB (Red+Green+Blue) = 211+197+5=413 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.09% from 413); Green value is 197 (77.34% from 255 or 47.70% from 413); Blue value is 5 (2.34% from 255 or 1.21% from 413); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C505 is #2C3AFA. Grayscale: #B4B4B4. Windows color (decimal): -2898683 or 378323. OLE color: 378323.

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

Color convert

RGB 211 197 5 -
CMYK 0 0.07 0.98 0.17
HSL 55.92º 0.95% 0.42% -
HSV(B) 55.92º 0.98% 0.83% -
XYZ 46.86 53.79 8.06 -
YUV 179.3 29.64 150.61 -
System Red Green Blue C M Y K H S L
Decimal 211 197 5 0 0.07 0.98 0.17 55.92 0.95 0.42
Hex D3 C5 5 0 7 62 11 38 5F 2A
Octal 323 305 5 0 7 142 21 70 137 52
Binary 11010011 11000101 101 0 111 1100010 10001 111000 1011111 101010

Color Harmonies of #D3C505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C505

Black with #D3C505

Text Example


Text Example

White with #D3C505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C505; }

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

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

background-color css

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

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

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

border-color css

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

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

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