#D3D702

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

Shades of Bird Flower #D3D702

Tints of Bird Flower #D3D702

Color information

#D3D702 (or 0xD3D702) is unknown color: approx Bird Flower. HEX triplet: D3, D7 and 02. RGB value is (211,215,2). Sum of RGB (Red+Green+Blue) = 211+215+2=428 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.30% from 428); Green value is 215 (84.38% from 255 or 50.23% from 428); Blue value is 2 (1.17% from 255 or 0.47% from 428); Max value from RGB is 215 - color contains mainly: green. Hex color #D3D702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3D702 is #2C28FD. Grayscale: #BEBEBE. Windows color (decimal): -2894078 or 186323. OLE color: 186323.

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

Color convert

RGB2112152-
CMYK0.0200.990.16
HSL61.13º98.16%42.55%-
HSV(B)61.13º99.07%84.31%-
XYZ51.1862.459.42-
YUV189.5222.17143.32-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 49.30%
GREEN value IS 215 (84.38% from 255) = 50.23%
BLUE value IS 2 (1.17% from 255) = 0.47%
R=49.30%
G=50.23%
B=0.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21121520.0200.990.1661.1398.1642.55
HexD3D722063103d622b
Octal323327220143207514253
Binary1101001111010111101001100011100001111011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D702; }

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

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

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

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

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

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

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

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