Html Css Color HEX #D5BA0A Bird Flower

📋 copy color: '#D5BA0A'

red 213 ◦ green 186 ◦ blue 10

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

Shades of Bird Flower #D5BA0A

Tints of Bird Flower #D5BA0A

RGB

 RED value IS 213 (83.59% from 255) = 52.08%

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

 BLUE value IS 10 (4.3% from 255) = 2.44%

R = 52.08%
G = 45.48%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5BA0A (or 0xD5BA0A) is known color: Bird Flower. HEX triplet: D5, BA and 0A. RGB value is (213,186,10). Sum of RGB (Red+Green+Blue) = 213+186+10=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 10 (4.30% from 255 or 2.44% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BA0A is #2A45F5. Grayscale: #AEAEAE. Windows color (decimal): -2770422 or 703189. OLE color: 703189.

HSL color Cylindrical-coordinate representation of color #D5BA0A: hue angle of 52.02º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5BA0A is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 186 10 -
CMYK 0 0.13 0.95 0.16
HSL 52.02º 0.91% 0.44% -
HSV(B) 52.02º 0.95% 0.84% -
XYZ 45.05 49.29 7.43 -
YUV 174.01 35.45 155.81 -
System Red Green Blue C M Y K H S L
Decimal 213 186 10 0 0.13 0.95 0.16 52.02 0.91 0.44
Hex D5 BA A 0 D 5F 10 34 5B 2C
Octal 325 272 12 0 15 137 20 64 133 54
Binary 11010101 10111010 1010 0 1101 1011111 10000 110100 1011011 101100

Color Harmonies of #D5BA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BA0A

Black with #D5BA0A

Text Example


Text Example

White with #D5BA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BA0A; }

 p { color: rgb(213,186,10); }

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

background-color css

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

 a { background-color: rgb(213,186,10); }

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

border-color css

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

 span { border-color: rgb(213,186,10); }

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