Html Css Color HEX #D8BA05 Bird Flower

📋 copy color: '#D8BA05'

red 216 ◦ green 186 ◦ blue 5

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

Shades of Bird Flower #D8BA05

Tints of Bird Flower #D8BA05

RGB

 RED value IS 216 (84.77% from 255) = 53.07%

 GREEN value IS 186 (73.05% from 255) = 45.7%

 BLUE value IS 5 (2.34% from 255) = 1.23%

R = 53.07%
G = 45.7%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D8BA05 (or 0xD8BA05) is known color: Bird Flower. HEX triplet: D8, BA and 05. RGB value is (216,186,5). Sum of RGB (Red+Green+Blue) = 216+186+5=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 5 (2.34% from 255 or 1.23% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8BA05 is #2745FA. Grayscale: #AFAFAF. Windows color (decimal): -2573819 or 375512. OLE color: 375512.

HSL color Cylindrical-coordinate representation of color #D8BA05: hue angle of 51.47º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D8BA05 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 186 5 -
CMYK 0 0.14 0.98 0.15
HSL 51.47º 0.95% 0.43% -
HSV(B) 51.47º 0.98% 0.85% -
XYZ 45.91 49.73 7.32 -
YUV 174.34 32.44 157.72 -
System Red Green Blue C M Y K H S L
Decimal 216 186 5 0 0.14 0.98 0.15 51.47 0.95 0.43
Hex D8 BA 5 0 E 62 F 33 5F 2B
Octal 330 272 5 0 16 142 17 63 137 53
Binary 11011000 10111010 101 0 1110 1100010 1111 110011 1011111 101011

Color Harmonies of #D8BA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BA05

Black with #D8BA05

Text Example


Text Example

White with #D8BA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BA05; }

 p { color: rgb(216,186,5); }

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

background-color css

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

 a { background-color: rgb(216,186,5); }

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

border-color css

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

 span { border-color: rgb(216,186,5); }

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