Html Css Color HEX #D6BA0A Bird Flower

📋 copy color: '#D6BA0A'

red 214 ◦ green 186 ◦ blue 10

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

Shades of Bird Flower #D6BA0A

Tints of Bird Flower #D6BA0A

RGB

 RED value IS 214 (83.98% from 255) = 52.2%

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

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

R = 52.2%
G = 45.37%
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

#D6BA0A (or 0xD6BA0A) is known color: Bird Flower. HEX triplet: D6, BA and 0A. RGB value is (214,186,10). Sum of RGB (Red+Green+Blue) = 214+186+10=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 10 (4.30% from 255 or 2.44% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6BA0A is #2945F5. Grayscale: #AFAFAF. Windows color (decimal): -2704886 or 703190. OLE color: 703190.

HSL color Cylindrical-coordinate representation of color #D6BA0A: hue angle of 51.76º 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 #D6BA0A is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 186 10 -
CMYK 0 0.13 0.95 0.16
HSL 51.76º 0.91% 0.44% -
HSV(B) 51.76º 0.95% 0.84% -
XYZ 45.35 49.44 7.44 -
YUV 174.31 35.28 156.31 -
System Red Green Blue C M Y K H S L
Decimal 214 186 10 0 0.13 0.95 0.16 51.76 0.91 0.44
Hex D6 BA A 0 D 5F 10 34 5B 2C
Octal 326 272 12 0 15 137 20 64 133 54
Binary 11010110 10111010 1010 0 1101 1011111 10000 110100 1011011 101100

Color Harmonies of #D6BA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA0A

Black with #D6BA0A

Text Example


Text Example

White with #D6BA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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