#D3C415

Color #D3C415 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #D3C415

Tints of Bird Flower #D3C415

Color information

#D3C415 (or 0xD3C415) is unknown color: approx Bird Flower. HEX triplet: D3, C4 and 15. RGB value is (211,196,21). Sum of RGB (Red+Green+Blue) = 211+196+21=428 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.30% from 428); Green value is 196 (76.95% from 255 or 45.79% from 428); Blue value is 21 (8.59% from 255 or 4.91% from 428); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C415 is #2C3BEA. Grayscale: #B5B5B5. Windows color (decimal): -2898923 or 1426643. OLE color: 1426643.

HSL color Cylindrical-coordinate representation of color #D3C415: hue angle of 55.26º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D3C415 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB21119621-
CMYK00.070.900.17
HSL55.26º81.9%45.49%-
HSV(B)55.26º90.05%82.75%-
XYZ46.7453.388.55-
YUV180.5437.97149.73-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 49.30%
GREEN value IS 196 (76.95% from 255) = 45.79%
BLUE value IS 21 (8.59% from 255) = 4.91%
R=49.30%
G=45.79%
B=4.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.90
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111962100.070.900.1755.2681.945.49
HexD3C415075A1137522d
Octal3233042507132216712255
Binary11010011110001001010101111011010100011101111010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C415; }

 p { color: rgb(211,196,21); }

 H1.HeaderClassName
 {
   color: #D3C415;
 }
 .AnyTagClassName
 {
   color: #D3C415;
 }
</style>
background-color css

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

 a { background-color: rgb(211,196,21); }

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

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

 span { border-color: rgb(211,196,21); }

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