Html Css Color HEX #D5BF16 Bird Flower

📋 copy color: '#D5BF16'

red 213 ◦ green 191 ◦ blue 22

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

Shades of Bird Flower #D5BF16

Tints of Bird Flower #D5BF16

RGB

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

 GREEN value IS 191 (75% from 255) = 44.84%

 BLUE value IS 22 (8.98% from 255) = 5.16%

R = 50%
G = 44.84%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D5BF16 (or 0xD5BF16) is known color: Bird Flower. HEX triplet: D5, BF and 16. RGB value is (213,191,22). Sum of RGB (Red+Green+Blue) = 213+191+22=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 22 (8.98% from 255 or 5.16% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BF16 is #2A40E9. Grayscale: #B3B3B3. Windows color (decimal): -2769130 or 1490901. OLE color: 1490901.

HSL color Cylindrical-coordinate representation of color #D5BF16: hue angle of 53.09º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D5BF16 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 191 22 -
CMYK 0 0.10 0.90 0.16
HSL 53.09º 0.81% 0.46% -
HSV(B) 53.09º 0.9% 0.84% -
XYZ 46.22 51.47 8.26 -
YUV 178.31 39.79 152.74 -
System Red Green Blue C M Y K H S L
Decimal 213 191 22 0 0.10 0.90 0.16 53.09 0.81 0.46
Hex D5 BF 16 0 A 5A 10 35 51 2E
Octal 325 277 26 0 12 132 20 65 121 56
Binary 11010101 10111111 10110 0 1010 1011010 10000 110101 1010001 101110

Color Harmonies of #D5BF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BF16

Black with #D5BF16

Text Example


Text Example

White with #D5BF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BF16; }

 p { color: rgb(213,191,22); }

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

background-color css

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

 a { background-color: rgb(213,191,22); }

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

border-color css

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

 span { border-color: rgb(213,191,22); }

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