Html Css Color HEX #D9BA02 Bird Flower

📋 copy color: '#D9BA02'

red 217 ◦ green 186 ◦ blue 2

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

Shades of Bird Flower #D9BA02

Tints of Bird Flower #D9BA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 53.58%
G = 45.93%
B = 0.49%

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

#D9BA02 (or 0xD9BA02) is known color: Bird Flower. HEX triplet: D9, BA and 02. RGB value is (217,186,2). Sum of RGB (Red+Green+Blue) = 217+186+2=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 2 (1.17% from 255 or 0.49% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BA02 is #2645FD. Grayscale: #AFAFAF. Windows color (decimal): -2508286 or 178905. OLE color: 178905.

HSL color Cylindrical-coordinate representation of color #D9BA02: hue angle of 51.35º degrees, saturation: 0.98, 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 #D9BA02 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 186 2 -
CMYK 0 0.14 0.99 0.15
HSL 51.35º 0.98% 0.43% -
HSV(B) 51.35º 0.99% 0.85% -
XYZ 46.19 49.87 7.25 -
YUV 174.29 30.77 158.46 -
System Red Green Blue C M Y K H S L
Decimal 217 186 2 0 0.14 0.99 0.15 51.35 0.98 0.43
Hex D9 BA 2 0 E 63 F 33 62 2B
Octal 331 272 2 0 16 143 17 63 142 53
Binary 11011001 10111010 10 0 1110 1100011 1111 110011 1100010 101011

Color Harmonies of #D9BA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA02

Black with #D9BA02

Text Example


Text Example

White with #D9BA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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