Html Css Color HEX #D7B305 Bird Flower

📋 copy color: '#D7B305'

red 215 ◦ green 179 ◦ blue 5

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

Shades of Bird Flower #D7B305

Tints of Bird Flower #D7B305

RGB

 RED value IS 215 (84.38% from 255) = 53.88%

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

 BLUE value IS 5 (2.34% from 255) = 1.25%

R = 53.88%
G = 44.86%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D7B305 (or 0xD7B305) is known color: Bird Flower. HEX triplet: D7, B3 and 05. RGB value is (215,179,5). Sum of RGB (Red+Green+Blue) = 215+179+5=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 179 (70.31% from 255 or 44.86% from 399); Blue value is 5 (2.34% from 255 or 1.25% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7B305 is #284CFA. Grayscale: #AAAAAA. Windows color (decimal): -2641147 or 373719. OLE color: 373719.

HSL color Cylindrical-coordinate representation of color #D7B305: hue angle of 49.71º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D7B305 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 179 5 -
CMYK 0 0.17 0.98 0.16
HSL 49.71º 0.95% 0.43% -
HSV(B) 49.71º 0.98% 0.84% -
XYZ 44.17 46.7 6.83 -
YUV 169.93 34.93 160.15 -
System Red Green Blue C M Y K H S L
Decimal 215 179 5 0 0.17 0.98 0.16 49.71 0.95 0.43
Hex D7 B3 5 0 11 62 10 32 5F 2B
Octal 327 263 5 0 21 142 20 62 137 53
Binary 11010111 10110011 101 0 10001 1100010 10000 110010 1011111 101011

Color Harmonies of #D7B305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B305

Black with #D7B305

Text Example


Text Example

White with #D7B305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B305; }

 p { color: rgb(215,179,5); }

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

background-color css

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

 a { background-color: rgb(215,179,5); }

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

border-color css

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

 span { border-color: rgb(215,179,5); }

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