Html Css Color HEX #D9BC01 Bird Flower

📋 copy color: '#D9BC01'

red 217 ◦ green 188 ◦ blue 1

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

Shades of Bird Flower #D9BC01

Tints of Bird Flower #D9BC01

RGB

 RED value IS 217 (85.16% from 255) = 53.45%

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

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

R = 53.45%
G = 46.31%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D9BC01 (or 0xD9BC01) is known color: Bird Flower. HEX triplet: D9, BC and 01. RGB value is (217,188,1). Sum of RGB (Red+Green+Blue) = 217+188+1=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 1 (0.78% from 255 or 0.25% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BC01 is #2643FE. Grayscale: #B0B0B0. Windows color (decimal): -2507775 or 113881. OLE color: 113881.

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

Color convert

RGB 217 188 1 -
CMYK 0 0.13 1.00 0.15
HSL 51.94º 0.99% 0.43% -
HSV(B) 51.94º 1% 0.85% -
XYZ 46.6 50.72 7.36 -
YUV 175.35 29.61 157.71 -
System Red Green Blue C M Y K H S L
Decimal 217 188 1 0 0.13 1.00 0.15 51.94 0.99 0.43
Hex D9 BC 1 0 D 64 F 34 63 2B
Octal 331 274 1 0 15 144 17 64 143 53
Binary 11011001 10111100 1 0 1101 1100100 1111 110100 1100011 101011

Color Harmonies of #D9BC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BC01

Black with #D9BC01

Text Example


Text Example

White with #D9BC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BC01; }

 p { color: rgb(217,188,1); }

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

background-color css

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

 a { background-color: rgb(217,188,1); }

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

border-color css

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

 span { border-color: rgb(217,188,1); }

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