Html Css Color HEX #D8BC00 Bird Flower

📋 copy color: '#D8BC00'

red 216 ◦ green 188 ◦ blue 0

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

Shades of Bird Flower #D8BC00

Tints of Bird Flower #D8BC00

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.53%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.47%
G = 46.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D8BC00 (or 0xD8BC00) is known color: Bird Flower. HEX triplet: D8, BC and 00. RGB value is (216,188,0). Sum of RGB (Red+Green+Blue) = 216+188+0=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8BC00 is #2743FF. Grayscale: #AFAFAF. Windows color (decimal): -2573312 or 48344. OLE color: 48344.

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

Color convert

RGB 216 188 0 -
CMYK 0 0.13 1 0.15
HSL 52.22º 1% 0.42% -
HSV(B) 52.22º 1% 0.85% -
XYZ 46.3 50.57 7.32 -
YUV 174.94 29.28 157.29 -
System Red Green Blue C M Y K H S L
Decimal 216 188 0 0 0.13 1 0.15 52.22 1 0.42
Hex D8 BC 0 0 D 64 F 34 64 2A
Octal 330 274 0 0 15 144 17 64 144 52
Binary 11011000 10111100 0 0 1101 1100100 1111 110100 1100100 101010

Color Harmonies of #D8BC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BC00

Black with #D8BC00

Text Example


Text Example

White with #D8BC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BC00; }

 p { color: rgb(216,188,0); }

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

background-color css

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

 a { background-color: rgb(216,188,0); }

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

border-color css

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

 span { border-color: rgb(216,188,0); }

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