Html Css Color HEX #D6BA10 Sunflower

📋 copy color: '#D6BA10'

red 214 ◦ green 186 ◦ blue 16

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

Shades of Sunflower #D6BA10

Tints of Sunflower #D6BA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.85%

R = 51.44%
G = 44.71%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6BA10 (or 0xD6BA10) is known color: Sunflower. HEX triplet: D6, BA and 10. RGB value is (214,186,16). Sum of RGB (Red+Green+Blue) = 214+186+16=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 16 (6.64% from 255 or 3.85% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6BA10 is #2945EF. Grayscale: #AFAFAF. Windows color (decimal): -2704880 or 1096406. OLE color: 1096406.

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

Color convert

RGB 214 186 16 -
CMYK 0 0.13 0.93 0.16
HSL 51.52º 0.86% 0.45% -
HSV(B) 51.52º 0.93% 0.84% -
XYZ 45.38 49.45 7.64 -
YUV 174.99 38.28 155.82 -
System Red Green Blue C M Y K H S L
Decimal 214 186 16 0 0.13 0.93 0.16 51.52 0.86 0.45
Hex D6 BA 10 0 D 5D 10 34 56 2D
Octal 326 272 20 0 15 135 20 64 126 55
Binary 11010110 10111010 10000 0 1101 1011101 10000 110100 1010110 101101

Color Harmonies of #D6BA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA10

Black with #D6BA10

Text Example


Text Example

White with #D6BA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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