Html Css Color HEX #D8B701 Bird Flower

📋 copy color: '#D8B701'

red 216 ◦ green 183 ◦ blue 1

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

Shades of Bird Flower #D8B701

Tints of Bird Flower #D8B701

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.75%

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

R = 54%
G = 45.75%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D8B701 (or 0xD8B701) is known color: Bird Flower. HEX triplet: D8, B7 and 01. RGB value is (216,183,1). Sum of RGB (Red+Green+Blue) = 216+183+1=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 1 (0.78% from 255 or 0.25% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8B701 is #2748FE. Grayscale: #ACACAC. Windows color (decimal): -2574591 or 112600. OLE color: 112600.

HSL color Cylindrical-coordinate representation of color #D8B701: hue angle of 50.79º 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 #D8B701 is Cyan = 0, Magento = 0.15, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 183 1 -
CMYK 0 0.15 1.00 0.15
HSL 50.79º 0.99% 0.43% -
HSV(B) 50.79º 1% 0.85% -
XYZ 45.26 48.47 7 -
YUV 172.12 31.43 159.3 -
System Red Green Blue C M Y K H S L
Decimal 216 183 1 0 0.15 1.00 0.15 50.79 0.99 0.43
Hex D8 B7 1 0 F 64 F 33 63 2B
Octal 330 267 1 0 17 144 17 63 143 53
Binary 11011000 10110111 1 0 1111 1100100 1111 110011 1100011 101011

Color Harmonies of #D8B701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B701

Black with #D8B701

Text Example


Text Example

White with #D8B701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B701; }

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

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

background-color css

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

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

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

border-color css

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

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

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