Html Css Color HEX #D5B108 Bird Flower

📋 copy color: '#D5B108'

red 213 ◦ green 177 ◦ blue 8

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

Shades of Bird Flower #D5B108

Tints of Bird Flower #D5B108

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.47%

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

R = 53.52%
G = 44.47%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D5B108 (or 0xD5B108) is known color: Bird Flower. HEX triplet: D5, B1 and 08. RGB value is (213,177,8). Sum of RGB (Red+Green+Blue) = 213+177+8=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 177 (69.53% from 255 or 44.47% from 398); Blue value is 8 (3.52% from 255 or 2.01% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5B108 is #2A4EF7. Grayscale: #A9A9A9. Windows color (decimal): -2772728 or 569813. OLE color: 569813.

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

Color convert

RGB 213 177 8 -
CMYK 0 0.17 0.96 0.16
HSL 49.46º 0.93% 0.43% -
HSV(B) 49.46º 0.96% 0.84% -
XYZ 43.21 45.61 6.76 -
YUV 168.5 37.43 159.74 -
System Red Green Blue C M Y K H S L
Decimal 213 177 8 0 0.17 0.96 0.16 49.46 0.93 0.43
Hex D5 B1 8 0 11 60 10 31 5D 2B
Octal 325 261 10 0 21 140 20 61 135 53
Binary 11010101 10110001 1000 0 10001 1100000 10000 110001 1011101 101011

Color Harmonies of #D5B108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B108

Black with #D5B108

Text Example


Text Example

White with #D5B108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B108; }

 p { color: rgb(213,177,8); }

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

background-color css

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

 a { background-color: rgb(213,177,8); }

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

border-color css

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

 span { border-color: rgb(213,177,8); }

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