#D3D706

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

Shades of Bird Flower #D3D706

Tints of Bird Flower #D3D706

Color information

#D3D706 (or 0xD3D706) is unknown color: approx Bird Flower. HEX triplet: D3, D7 and 06. RGB value is (211,215,6). Sum of RGB (Red+Green+Blue) = 211+215+6=432 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.84% from 432); Green value is 215 (84.38% from 255 or 49.77% from 432); Blue value is 6 (2.73% from 255 or 1.39% from 432); Max value from RGB is 215 - color contains mainly: green. Hex color #D3D706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3D706 is #2C28F9. Grayscale: #BEBEBE. Windows color (decimal): -2894074 or 448467. OLE color: 448467.

HSL color Cylindrical-coordinate representation of color #D3D706: hue angle of 61.15º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D3D706 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB2112156-
CMYK0.0200.970.16
HSL61.15º94.57%43.33%-
HSV(B)61.15º97.21%84.31%-
XYZ51.262.469.53-
YUV189.9824.17142.99-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.84%
GREEN value IS 215 (84.38% from 255) = 49.77%
BLUE value IS 6 (2.73% from 255) = 1.39%
R=48.84%
G=49.77%
B=1.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21121560.0200.970.1661.1594.5743.33
HexD3D762061103d5f2b
Octal323327620141207513753
Binary11010011110101111101001100001100001111011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D706; }

 p { color: rgb(211,215,6); }

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

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

 a { background-color: rgb(211,215,6); }

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

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

 span { border-color: rgb(211,215,6); }

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