Html Css Color HEX #D9BA03 Bird Flower

📋 copy color: '#D9BA03'

red 217 ◦ green 186 ◦ blue 3

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

Shades of Bird Flower #D9BA03

Tints of Bird Flower #D9BA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.74%

R = 53.45%
G = 45.81%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D9BA03 (or 0xD9BA03) is known color: Bird Flower. HEX triplet: D9, BA and 03. RGB value is (217,186,3). Sum of RGB (Red+Green+Blue) = 217+186+3=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 3 (1.56% from 255 or 0.74% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BA03 is #2645FC. Grayscale: #AFAFAF. Windows color (decimal): -2508285 or 244441. OLE color: 244441.

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

Color convert

RGB 217 186 3 -
CMYK 0 0.14 0.99 0.15
HSL 51.31º 0.97% 0.43% -
HSV(B) 51.31º 0.99% 0.85% -
XYZ 46.19 49.88 7.28 -
YUV 174.41 31.27 158.38 -
System Red Green Blue C M Y K H S L
Decimal 217 186 3 0 0.14 0.99 0.15 51.31 0.97 0.43
Hex D9 BA 3 0 E 63 F 33 61 2B
Octal 331 272 3 0 16 143 17 63 141 53
Binary 11011001 10111010 11 0 1110 1100011 1111 110011 1100001 101011

Color Harmonies of #D9BA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA03

Black with #D9BA03

Text Example


Text Example

White with #D9BA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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