Html Css Color HEX #D3D901 Bird Flower

📋 copy color: '#D3D901'

red 211 ◦ green 217 ◦ blue 1

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

Shades of Bird Flower #D3D901

Tints of Bird Flower #D3D901

RGB

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

 GREEN value IS 217 (85.16% from 255) = 50.58%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 49.18%
G = 50.58%
B = 0.23%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D3D901 (or 0xD3D901) is known color: Bird Flower. HEX triplet: D3, D9 and 01. RGB value is (211,217,1). Sum of RGB (Red+Green+Blue) = 211+217+1=429 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.18% from 429); Green value is 217 (85.16% from 255 or 50.58% from 429); Blue value is 1 (0.78% from 255 or 0.23% from 429); Max value from RGB is 217 - color contains mainly: green. Hex color #D3D901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3D901 is #2C26FE. Grayscale: #BFBFBF. Windows color (decimal): -2893567 or 121299. OLE color: 121299.

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

Color convert

RGB 211 217 1 -
CMYK 0.03 0 1.00 0.15
HSL 61.67º 0.99% 0.43% -
HSV(B) 61.67º 1% 0.85% -
XYZ 51.68 63.48 9.56 -
YUV 190.58 21.01 142.56 -
System Red Green Blue C M Y K H S L
Decimal 211 217 1 0.03 0 1.00 0.15 61.67 0.99 0.43
Hex D3 D9 1 3 0 64 F 3E 63 2B
Octal 323 331 1 3 0 144 17 76 143 53
Binary 11010011 11011001 1 11 0 1100100 1111 111110 1100011 101011

Color Harmonies of #D3D901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D901

Black with #D3D901

Text Example


Text Example

White with #D3D901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D901; }

 p { color: rgb(211,217,1); }

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

background-color css

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

 a { background-color: rgb(211,217,1); }

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

border-color css

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

 span { border-color: rgb(211,217,1); }

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