Html Css Color HEX #D3B900 Bird Flower

📋 copy color: '#D3B900'

red 211 ◦ green 185 ◦ blue 0

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

Shades of Bird Flower #D3B900

Tints of Bird Flower #D3B900

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.72%

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

R = 53.28%
G = 46.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D3B900 (or 0xD3B900) is known color: Bird Flower. HEX triplet: D3, B9 and 00. RGB value is (211,185,0). Sum of RGB (Red+Green+Blue) = 211+185+0=396 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.28% from 396); Green value is 185 (72.66% from 255 or 46.72% from 396); Blue value is 0 (0.39% from 255 or 0% from 396); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3B900 is #2C46FF. Grayscale: #ACACAC. Windows color (decimal): -2901760 or 47571. OLE color: 47571.

HSL color Cylindrical-coordinate representation of color #D3B900: hue angle of 52.61º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D3B900 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 185 0 -
CMYK 0 0.12 1 0.17
HSL 52.61º 1% 0.41% -
HSV(B) 52.61º 1% 0.83% -
XYZ 44.21 48.55 7.04 -
YUV 171.68 31.11 156.04 -
System Red Green Blue C M Y K H S L
Decimal 211 185 0 0 0.12 1 0.17 52.61 1 0.41
Hex D3 B9 0 0 C 64 11 35 64 29
Octal 323 271 0 0 14 144 21 65 144 51
Binary 11010011 10111001 0 0 1100 1100100 10001 110101 1100100 101001

Color Harmonies of #D3B900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B900

Black with #D3B900

Text Example


Text Example

White with #D3B900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B900; }

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

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

background-color css

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

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

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

border-color css

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

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

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