Html Css Color HEX #D9BA00 Bird Flower

📋 copy color: '#D9BA00'

red 217 ◦ green 186 ◦ blue 0

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

Shades of Bird Flower #D9BA00

Tints of Bird Flower #D9BA00

RGB

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

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

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

R = 53.85%
G = 46.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D9BA00 (or 0xD9BA00) is known color: Bird Flower. HEX triplet: D9, BA and 00. RGB value is (217,186,0). Sum of RGB (Red+Green+Blue) = 217+186+0=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 0 (0.39% from 255 or 0% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BA00 is #2645FF. Grayscale: #AEAEAE. Windows color (decimal): -2508288 or 47833. OLE color: 47833.

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

Color convert

RGB 217 186 0 -
CMYK 0 0.14 1 0.15
HSL 51.43º 1% 0.43% -
HSV(B) 51.43º 1% 0.85% -
XYZ 46.17 49.87 7.19 -
YUV 174.07 29.77 158.62 -
System Red Green Blue C M Y K H S L
Decimal 217 186 0 0 0.14 1 0.15 51.43 1 0.43
Hex D9 BA 0 0 E 64 F 33 64 2B
Octal 331 272 0 0 16 144 17 63 144 53
Binary 11011001 10111010 0 0 1110 1100100 1111 110011 1100100 101011

Color Harmonies of #D9BA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA00

Black with #D9BA00

Text Example


Text Example

White with #D9BA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA00; }

 p { color: rgb(217,186,0); }

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

background-color css

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

 a { background-color: rgb(217,186,0); }

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

border-color css

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

 span { border-color: rgb(217,186,0); }

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