Html Css Color HEX #D3D800 Bird Flower

📋 copy color: '#D3D800'

red 211 ◦ green 216 ◦ blue 0

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

Shades of Bird Flower #D3D800

Tints of Bird Flower #D3D800

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50.59%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.41%
G = 50.59%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D3D800 (or 0xD3D800) is known color: Bird Flower. HEX triplet: D3, D8 and 00. RGB value is (211,216,0). Sum of RGB (Red+Green+Blue) = 211+216+0=427 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.41% from 427); Green value is 216 (84.77% from 255 or 50.59% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 216 - color contains mainly: green. Hex color #D3D800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3D800 is #2C27FF. Grayscale: #BEBEBE. Windows color (decimal): -2893824 or 55507. OLE color: 55507.

HSL color Cylindrical-coordinate representation of color #D3D800: hue angle of 61.39º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D3D800 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 216 0 -
CMYK 0.02 0 1 0.15
HSL 61.39º 1% 0.42% -
HSV(B) 61.39º 1% 0.85% -
XYZ 51.42 62.96 9.44 -
YUV 189.88 20.84 143.06 -
System Red Green Blue C M Y K H S L
Decimal 211 216 0 0.02 0 1 0.15 61.39 1 0.42
Hex D3 D8 0 2 0 64 F 3D 64 2A
Octal 323 330 0 2 0 144 17 75 144 52
Binary 11010011 11011000 0 10 0 1100100 1111 111101 1100100 101010

Color Harmonies of #D3D800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D800

Black with #D3D800

Text Example


Text Example

White with #D3D800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D800; }

 p { color: rgb(211,216,0); }

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

background-color css

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

 a { background-color: rgb(211,216,0); }

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

border-color css

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

 span { border-color: rgb(211,216,0); }

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