Html Css Color HEX #D5B301 Bird Flower

📋 copy color: '#D5B301'

red 213 ◦ green 179 ◦ blue 1

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

Shades of Bird Flower #D5B301

Tints of Bird Flower #D5B301

RGB

 RED value IS 213 (83.59% from 255) = 54.2%

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

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

R = 54.2%
G = 45.55%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D5B301 (or 0xD5B301) is known color: Bird Flower. HEX triplet: D5, B3 and 01. RGB value is (213,179,1). Sum of RGB (Red+Green+Blue) = 213+179+1=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 179 (70.31% from 255 or 45.55% from 393); Blue value is 1 (0.78% from 255 or 0.25% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5B301 is #2A4CFE. Grayscale: #A9A9A9. Windows color (decimal): -2772223 or 111573. OLE color: 111573.

HSL color Cylindrical-coordinate representation of color #D5B301: hue angle of 50.38º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5B301 is Cyan = 0, Magento = 0.16, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 179 1 -
CMYK 0 0.16 1.00 0.16
HSL 50.38º 0.99% 0.42% -
HSV(B) 50.38º 1% 0.84% -
XYZ 43.57 46.39 6.69 -
YUV 168.87 33.26 159.47 -
System Red Green Blue C M Y K H S L
Decimal 213 179 1 0 0.16 1.00 0.16 50.38 0.99 0.42
Hex D5 B3 1 0 10 64 10 32 63 2A
Octal 325 263 1 0 20 144 20 62 143 52
Binary 11010101 10110011 1 0 10000 1100100 10000 110010 1100011 101010

Color Harmonies of #D5B301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B301

Black with #D5B301

Text Example


Text Example

White with #D5B301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B301; }

 p { color: rgb(213,179,1); }

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

background-color css

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

 a { background-color: rgb(213,179,1); }

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

border-color css

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

 span { border-color: rgb(213,179,1); }

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