Html Css Color HEX #D8B901 Bird Flower

📋 copy color: '#D8B901'

red 216 ◦ green 185 ◦ blue 1

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

Shades of Bird Flower #D8B901

Tints of Bird Flower #D8B901

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.02%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 53.73%
G = 46.02%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D8B901 (or 0xD8B901) is known color: Bird Flower. HEX triplet: D8, B9 and 01. RGB value is (216,185,1). Sum of RGB (Red+Green+Blue) = 216+185+1=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 185 (72.66% from 255 or 46.02% from 402); Blue value is 1 (0.78% from 255 or 0.25% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8B901 is #2746FE. Grayscale: #AEAEAE. Windows color (decimal): -2574079 or 113112. OLE color: 113112.

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

Color convert

RGB 216 185 1 -
CMYK 0 0.14 1.00 0.15
HSL 51.35º 0.99% 0.43% -
HSV(B) 51.35º 1% 0.85% -
XYZ 45.67 49.3 7.14 -
YUV 173.29 30.77 158.46 -
System Red Green Blue C M Y K H S L
Decimal 216 185 1 0 0.14 1.00 0.15 51.35 0.99 0.43
Hex D8 B9 1 0 E 64 F 33 63 2B
Octal 330 271 1 0 16 144 17 63 143 53
Binary 11011000 10111001 1 0 1110 1100100 1111 110011 1100011 101011

Color Harmonies of #D8B901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B901

Black with #D8B901

Text Example


Text Example

White with #D8B901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B901; }

 p { color: rgb(216,185,1); }

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

background-color css

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

 a { background-color: rgb(216,185,1); }

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

border-color css

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

 span { border-color: rgb(216,185,1); }

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