Html Css Color HEX #D3B308 Bird Flower

📋 copy color: '#D3B308'

red 211 ◦ green 179 ◦ blue 8

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

Shades of Bird Flower #D3B308

Tints of Bird Flower #D3B308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.01%

R = 53.02%
G = 44.97%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D3B308 (or 0xD3B308) is known color: Bird Flower. HEX triplet: D3, B3 and 08. RGB value is (211,179,8). Sum of RGB (Red+Green+Blue) = 211+179+8=398 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.02% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 8 (3.52% from 255 or 2.01% from 398); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3B308 is #2C4CF7. Grayscale: #A9A9A9. Windows color (decimal): -2903288 or 570323. OLE color: 570323.

HSL color Cylindrical-coordinate representation of color #D3B308: hue angle of 50.54º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D3B308 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 179 8 -
CMYK 0 0.15 0.96 0.17
HSL 50.54º 0.93% 0.43% -
HSV(B) 50.54º 0.96% 0.83% -
XYZ 43.03 46.11 6.86 -
YUV 169.07 37.1 157.9 -
System Red Green Blue C M Y K H S L
Decimal 211 179 8 0 0.15 0.96 0.17 50.54 0.93 0.43
Hex D3 B3 8 0 F 60 11 33 5D 2B
Octal 323 263 10 0 17 140 21 63 135 53
Binary 11010011 10110011 1000 0 1111 1100000 10001 110011 1011101 101011

Color Harmonies of #D3B308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B308

Black with #D3B308

Text Example


Text Example

White with #D3B308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B308; }

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

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

background-color css

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

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

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

border-color css

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

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

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