Html Css Color HEX #D5BF08 Bird Flower

📋 copy color: '#D5BF08'

red 213 ◦ green 191 ◦ blue 8

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

Shades of Bird Flower #D5BF08

Tints of Bird Flower #D5BF08

RGB

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

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

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

R = 51.7%
G = 46.36%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D5BF08 (or 0xD5BF08) is known color: Bird Flower. HEX triplet: D5, BF and 08. RGB value is (213,191,8). Sum of RGB (Red+Green+Blue) = 213+191+8=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 191 (75% from 255 or 46.36% from 412); Blue value is 8 (3.52% from 255 or 1.94% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BF08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BF08 is #2A40F7. Grayscale: #B1B1B1. Windows color (decimal): -2769144 or 573397. OLE color: 573397.

HSL color Cylindrical-coordinate representation of color #D5BF08: hue angle of 53.56º 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 #D5BF08 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 191 8 -
CMYK 0 0.10 0.96 0.16
HSL 53.56º 0.93% 0.43% -
HSV(B) 53.56º 0.96% 0.84% -
XYZ 46.12 51.43 7.73 -
YUV 176.72 32.79 153.88 -
System Red Green Blue C M Y K H S L
Decimal 213 191 8 0 0.10 0.96 0.16 53.56 0.93 0.43
Hex D5 BF 8 0 A 60 10 36 5D 2B
Octal 325 277 10 0 12 140 20 66 135 53
Binary 11010101 10111111 1000 0 1010 1100000 10000 110110 1011101 101011

Color Harmonies of #D5BF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BF08

Black with #D5BF08

Text Example


Text Example

White with #D5BF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BF08; }

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

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

background-color css

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

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

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

border-color css

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

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

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