Html Css Color HEX #D5BD10 Bird Flower

📋 copy color: '#D5BD10'

red 213 ◦ green 189 ◦ blue 16

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

Shades of Bird Flower #D5BD10

Tints of Bird Flower #D5BD10

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.22%

 BLUE value IS 16 (6.64% from 255) = 3.83%

R = 50.96%
G = 45.22%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D5BD10 (or 0xD5BD10) is known color: Bird Flower. HEX triplet: D5, BD and 10. RGB value is (213,189,16). Sum of RGB (Red+Green+Blue) = 213+189+16=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 16 (6.64% from 255 or 3.83% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BD10 is #2A42EF. Grayscale: #B1B1B1. Windows color (decimal): -2769648 or 1097173. OLE color: 1097173.

HSL color Cylindrical-coordinate representation of color #D5BD10: hue angle of 52.69º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D5BD10 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 189 16 -
CMYK 0 0.11 0.92 0.16
HSL 52.69º 0.86% 0.45% -
HSV(B) 52.69º 0.92% 0.84% -
XYZ 45.73 50.58 7.84 -
YUV 176.45 37.45 154.07 -
System Red Green Blue C M Y K H S L
Decimal 213 189 16 0 0.11 0.92 0.16 52.69 0.86 0.45
Hex D5 BD 10 0 B 5C 10 35 56 2D
Octal 325 275 20 0 13 134 20 65 126 55
Binary 11010101 10111101 10000 0 1011 1011100 10000 110101 1010110 101101

Color Harmonies of #D5BD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BD10

Black with #D5BD10

Text Example


Text Example

White with #D5BD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BD10; }

 p { color: rgb(213,189,16); }

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

background-color css

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

 a { background-color: rgb(213,189,16); }

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

border-color css

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

 span { border-color: rgb(213,189,16); }

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