Html Css Color HEX #D5BA12 Bird Flower

📋 copy color: '#D5BA12'

red 213 ◦ green 186 ◦ blue 18

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

Shades of Bird Flower #D5BA12

Tints of Bird Flower #D5BA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.32%

R = 51.08%
G = 44.6%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D5BA12 (or 0xD5BA12) is known color: Bird Flower. HEX triplet: D5, BA and 12. RGB value is (213,186,18). Sum of RGB (Red+Green+Blue) = 213+186+18=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 18 (7.42% from 255 or 4.32% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BA12 is #2A45ED. Grayscale: #AFAFAF. Windows color (decimal): -2770414 or 1227477. OLE color: 1227477.

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

Color convert

RGB 213 186 18 -
CMYK 0 0.13 0.92 0.16
HSL 51.69º 0.84% 0.45% -
HSV(B) 51.69º 0.92% 0.84% -
XYZ 45.11 49.31 7.71 -
YUV 174.92 39.45 155.16 -
System Red Green Blue C M Y K H S L
Decimal 213 186 18 0 0.13 0.92 0.16 51.69 0.84 0.45
Hex D5 BA 12 0 D 5C 10 34 54 2D
Octal 325 272 22 0 15 134 20 64 124 55
Binary 11010101 10111010 10010 0 1101 1011100 10000 110100 1010100 101101

Color Harmonies of #D5BA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BA12

Black with #D5BA12

Text Example


Text Example

White with #D5BA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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