Html Css Color HEX #D3B300 Bird Flower

📋 copy color: '#D3B300'

red 211 ◦ green 179 ◦ blue 0

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

Shades of Bird Flower #D3B300

Tints of Bird Flower #D3B300

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.9%

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

R = 54.1%
G = 45.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D3B300 (or 0xD3B300) is known color: Bird Flower. HEX triplet: D3, B3 and 00. RGB value is (211,179,0). Sum of RGB (Red+Green+Blue) = 211+179+0=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 0 (0.39% from 255 or 0% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3B300 is #2C4CFF. Grayscale: #A8A8A8. Windows color (decimal): -2903296 or 46035. OLE color: 46035.

HSL color Cylindrical-coordinate representation of color #D3B300: hue angle of 50.9º 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 #D3B300 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 179 0 -
CMYK 0 0.15 1 0.17
HSL 50.9º 1% 0.41% -
HSV(B) 50.9º 1% 0.83% -
XYZ 42.98 46.09 6.63 -
YUV 168.16 33.1 158.55 -
System Red Green Blue C M Y K H S L
Decimal 211 179 0 0 0.15 1 0.17 50.9 1 0.41
Hex D3 B3 0 0 F 64 11 33 64 29
Octal 323 263 0 0 17 144 21 63 144 51
Binary 11010011 10110011 0 0 1111 1100100 10001 110011 1100100 101001

Color Harmonies of #D3B300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B300

Black with #D3B300

Text Example


Text Example

White with #D3B300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B300; }

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

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

background-color css

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

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

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

border-color css

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

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

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