Html Css Color HEX #D3D705 Bird Flower

📋 copy color: '#D3D705'

red 211 ◦ green 215 ◦ blue 5

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

Shades of Bird Flower #D3D705

Tints of Bird Flower #D3D705

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.88%

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

R = 48.96%
G = 49.88%
B = 1.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D3D705 (or 0xD3D705) is known color: Bird Flower. HEX triplet: D3, D7 and 05. RGB value is (211,215,5). Sum of RGB (Red+Green+Blue) = 211+215+5=431 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.96% from 431); Green value is 215 (84.38% from 255 or 49.88% from 431); Blue value is 5 (2.34% from 255 or 1.16% from 431); Max value from RGB is 215 - color contains mainly: green. Hex color #D3D705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3D705 is #2C28FA. Grayscale: #BEBEBE. Windows color (decimal): -2894075 or 382931. OLE color: 382931.

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

Color convert

RGB 211 215 5 -
CMYK 0.02 0 0.98 0.16
HSL 61.14º 0.95% 0.43% -
HSV(B) 61.14º 0.98% 0.84% -
XYZ 51.19 62.46 9.5 -
YUV 189.86 23.67 143.08 -
System Red Green Blue C M Y K H S L
Decimal 211 215 5 0.02 0 0.98 0.16 61.14 0.95 0.43
Hex D3 D7 5 2 0 62 10 3D 5F 2B
Octal 323 327 5 2 0 142 20 75 137 53
Binary 11010011 11010111 101 10 0 1100010 10000 111101 1011111 101011

Color Harmonies of #D3D705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D705

Black with #D3D705

Text Example


Text Example

White with #D3D705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D705; }

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

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

background-color css

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

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

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

border-color css

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

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

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